U2 - The Best Of 1980-1990 AlbumChartsTracksU2 Discographie / Fan werden Reviews
var mouseX = 0;
var mouseY = 0;
$(document).ready(function()
$('#layLogin').css('left', $('#trLogin').position().left+4);
$('#trCountries').mousedown(function()
$('#layCountries').stop(true,true).slideDown(500);
);
$('#layCountries').mouseleave(function()
$("#layCountries").delay(200).slideUp(200);
);
$('#layCountries').mouseenter(function()
$('#layCountries').stop(true,true).show();
);
$('#trLogin').mouseenter(function()
$('#layLogin').stop(true,true).slideDown(500);
if ($('#lbextern').length!=0)
$('#lbextern').hide();
;
);
//$('#layLogin').mouseleave(function()
// $("#layLogin").delay(200).slideUp(200);
//);
$('#layLogin').mouseenter(function()
$('#layLogin').stop(true,true).show();
);
$("body").mousemove(function(e)
mouseX = e.pageX;
mouseY = e.pageY;
if (e.pageY>$('#logoheader').position().top+200)
$('#layLogin').slideUp(200);
$('#lbextern').show();
hideTop();
if (activeNavB!='') $('#'+activeNavB).show();
if (activeNavB!='') document.getElementById(activeNavB).style.display='';
if (e.pageY>400)
$('#layCountries').slideUp(200);
if (e.pageX>120)
$('#layCountries').slideUp(200);
);
);
function submitSearch()
switch ($('#trSearch').val())
case "Songs":
cat='s';
break;
case "Alben":
cat='a';
break;
case "Comp.":
cat='c';
break;
case "Musik-DVD":
cat='d';
break;
case "Interpret":
cat='i';
break;
case "EAN":
cat='ean';
break;
case "Edelmetall":
cat='e';
break;
case "Komp./Prod.":
cat='p';
break;
case "Filme":
cat='m';
break;
case "B�cher":
cat='b';
break;
case "Games":
cat='g';
break;
case "Events":
cat='ev';
break;
case "Forum":
cat='f';
break;
case "Fundgrube":
cat='fg';
break;
case "Member":
cat='members';
break;
document.location='/search.asp?search='+escape($('#searchField').val()).replace(/+/g,"%2B")+"&cat="+cat;
CD
Island 524 613-2
$(document).ready(function()
$('#coverswrapperinside').width($('.coverssingle').length*210);
if ($('#coversmore .moveup').length>0) $('#coversmore').prepend($('.coverssingle')[0]);$('#coverswrapperinside').prepend($('#coversmore .moveup')[0]);
)
<!--
function playBack(mediumId)
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().removeClass('active');
iPlay = iPlay - 1;
if (iPlay<0) iPlay=0;
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
function playForward(mediumId)
iPlay = iPlay + 1;
if (iPlay<$('.speak'+mediumId).length)
$('.speak'+mediumId+':eq('+(iPlay-1)+')').parent().parent().parent().removeClass('active');
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
else
iPlay = iPlay -1;
function playMedium(mediumId)
iPlay = 0;
$('#mediumbuttons'+mediumId).show();
$('.speak'+mediumId).parent().parent().parent().removeClass('active');
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).setup(
height: 26,
width: 400,
autostart: true,
file: "https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq(0)').attr('data-aid'))+".mp3",
events:onComplete: function ()
$('#mediumlistenrow'+mediumId).show();
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().removeClass('active');
iPlay = iPlay + 1
if (iPlay<$('.speak'+mediumId).length)
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
else
$('#mediumlistenrow'+mediumId).html('');
$('#mediumlistenrow'+mediumId).hide();
);
function getPath(audioId)
if(audioId.substr(0,1)=='n')
audioId = "n/" + audioId.substr(1,3) + "0000/" + audioId;
else
audioId = audioId.substr(0,3) + "0000/" + audioId;
return audioId;
function writeDateTime(tDate) {
utcDate = tDate - tDate.getTimezoneOffset() * 60000;
newDate = new Date(utcDate);
newYear = newDate.getYear();
if (newYear
function showDetails(mediaId)
$.get('/ajax_getpersons.asp?id='+mediaId, function(data)
dataArr = data.split("n");
for (i=0; i<dataArr.length-1; i++)
lineArr = dataArr[i].split("t");
if (lineArr[2]=="Komponist")
idprefix = "m";
jobText = "Musik/Text";
else
idprefix = "p";
jobText = "Produzent";
;
elementId = idprefix + mediaId + "cd" + lineArr[0] + "t" + lineArr[1];
if (document.getElementById(elementId).innerHTML != '')
document.getElementById(elementId).innerHTML = document.getElementById(elementId).innerHTML + ', ' + lineArr[3]+'';
else
document.getElementById(elementId).innerHTML = jobText+': ' + lineArr[3]+'';
);
$.get('/ajax_getreviewscovers.asp?id='+mediaId, function(data)
dataArr = data.split("n");
for (i=0; i<dataArr.length-1; i++)
lineArr = dataArr[i].split("t");
if (lineArr[2]!="" && lineArr[2]!="0")
if (lineArr[7]!="")
myPoints = ' / Meine Bewertung: ' + lineArr[7];
else
myPoints = '';
stars = '
';
stars = stars + '
document.getElementById("r" + mediaId + "cd" + lineArr[0] + "t" + lineArr[1]).innerHTML = stars;
;
if (lineArr[4]!="")
document.getElementById("c" + mediaId + "cd" + lineArr[0] + "t" + lineArr[1]).innerHTML = 'Coverversion von: '+lineArr[4] + ' - ' + lineArr[5]+'';
);
function switchBside(mediaId) {
tracknum = $('#m'+mediaId+' .tracknum');
if ($(tracknum[0]).html() == $(tracknum[0]).attr('data-tr1'))
datatr = 'data-tr2';
else
datatr = 'data-tr1';
for (i=0;i
U2 Discographie / Fan werden
activeTab0 = "charts0"
document.getElementById('charts0').style.backgroundColor='#6699CC';
document.getElementById('charts0').style.color='#FFFFFF';
function clickTab0(tab)
// console.log('div'+activeTab0);
document.getElementById('div'+activeTab0).style.display='none';
document.getElementById(activeTab0).style.backgroundColor='#DDDDDD';
document.getElementById(activeTab0).style.color='#000000';
activeTab0 = tab;
document.getElementById(tab).style.backgroundColor='#6699CC';
document.getElementById(tab).style.color='#FFFFFF';
document.getElementById('div'+tab).style.display='';
function loadReviews0(sCat)
document.getElementById('divreviews0').innerHTML='';
var xmlHttp = null;
try
// Mozilla, Opera, Safari sowie Internet Explorer (ab v7)
xmlHttp = new XMLHttpRequest ();
catch(e)
try
// MS Internet Explorer (ab v6)
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
catch(e)
try
// MS Internet Explorer (ab v5)
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
catch(e)
xmlHttp = null;
if (xmlHttp)
xmlHttp.open('GET', '/ajax_getbestrated.asp?artist=U2&field=0&cat='+sCat, true);
xmlHttp.onreadystatechange = function ()
if (xmlHttp.readyState == 4)
resultText = xmlHttp.responseText;
document.getElementById('divreviews0').innerHTML=resultText;
;
xmlHttp.send(null);
r6=0;r5=0;r4=0;r3=0;r2=0;r1=0;
Durchschnittliche Bewertung: 5.27
(Reviews: 33)
Kommentar hinzufgen und bewerten
rtotal = r1+r2+r3+r4+r5+r6;rohtml = '';rohtml = rohtml + '
var mouseY = 0;
$(document).ready(function()
$('#layLogin').css('left', $('#trLogin').position().left+4);
$('#trCountries').mousedown(function()
$('#layCountries').stop(true,true).slideDown(500);
);
$('#layCountries').mouseleave(function()
$("#layCountries").delay(200).slideUp(200);
);
$('#layCountries').mouseenter(function()
$('#layCountries').stop(true,true).show();
);
$('#trLogin').mouseenter(function()
$('#layLogin').stop(true,true).slideDown(500);
if ($('#lbextern').length!=0)
$('#lbextern').hide();
;
);
//$('#layLogin').mouseleave(function()
// $("#layLogin").delay(200).slideUp(200);
//);
$('#layLogin').mouseenter(function()
$('#layLogin').stop(true,true).show();
);
$("body").mousemove(function(e)
mouseX = e.pageX;
mouseY = e.pageY;
if (e.pageY>$('#logoheader').position().top+200)
$('#layLogin').slideUp(200);
$('#lbextern').show();
hideTop();
if (activeNavB!='') $('#'+activeNavB).show();
if (activeNavB!='') document.getElementById(activeNavB).style.display='';
if (e.pageY>400)
$('#layCountries').slideUp(200);
if (e.pageX>120)
$('#layCountries').slideUp(200);
);
);
Kontakt
Impressum
Registrieren
Login
sterreich
erweiterte Suche
SUCHE
function submitSearch()
switch ($('#trSearch').val())
case "Songs":
cat='s';
break;
case "Alben":
cat='a';
break;
case "Comp.":
cat='c';
break;
case "Musik-DVD":
cat='d';
break;
case "Interpret":
cat='i';
break;
case "EAN":
cat='ean';
break;
case "Edelmetall":
cat='e';
break;
case "Komp./Prod.":
cat='p';
break;
case "Filme":
cat='m';
break;
case "B�cher":
cat='b';
break;
case "Games":
cat='g';
break;
case "Events":
cat='ev';
break;
case "Forum":
cat='f';
break;
case "Fundgrube":
cat='fg';
break;
case "Member":
cat='members';
break;
document.location='/search.asp?search='+escape($('#searchField').val()).replace(/+/g,"%2B")+"&cat="+cat;
U2 - The Best Of 1980-1990
CD
Island 524 613-2
$(document).ready(function()
$('#coverswrapperinside').width($('.coverssingle').length*210);
if ($('#coversmore .moveup').length>0) $('#coversmore').prepend($('.coverssingle')[0]);$('#coverswrapperinside').prepend($('#coversmore .moveup')[0]);
)
Album
Jahr: | 1998 |
Persnliche Charts: | In persnliche Hitparade hinzufgen |
Charts
Einstieg: | 15.11.1998 (Rang 1) | ||||||||||||||||||||||||||||||||
Zuletzt: | 04.09.2005 (Rang 60) | ||||||||||||||||||||||||||||||||
Hchstposition: | 1 (11 Wochen) | ||||||||||||||||||||||||||||||||
Chartsverlauf: | |||||||||||||||||||||||||||||||||
Anzahl Wochen: | 87 | ||||||||||||||||||||||||||||||||
Rang auf ewiger Bestenliste: | 130 (3135 Punkte) | ||||||||||||||||||||||||||||||||
Weltweit: |
|
15.11.1998: | N 1. | |
22.11.1998: | 1. | |
29.11.1998: | 1. | |
06.12.1998: | 1. | |
13.12.1998: | 1. | |
20.12.1998: | 1. | |
27.12.1998: | 1. | |
10.01.1999: | 1. | |
17.01.1999: | 1. | |
24.01.1999: | 1. | |
31.01.1999: | 1. | |
07.02.1999: | 2. | |
14.02.1999: | 2. | |
21.02.1999: | 3. | |
28.02.1999: | 3. | |
07.03.1999: | 8. | |
14.03.1999: | 12. | |
21.03.1999: | 13. | |
28.03.1999: | 22. | |
04.04.1999: | 26. | |
05.11.2000: | R 43. | |
12.11.2000: | 15. | |
19.11.2000: | 28. | |
26.11.2000: | 30. | |
03.12.2000: | 50. | |
10.12.2000: | 49. | |
14.01.2001: | R 63. | |
21.01.2001: | 69. | |
28.01.2001: | 59. | |
04.02.2001: | 62. | |
11.02.2001: | 68. | |
18.02.2001: | 64. | |
25.02.2001: | 67. | |
04.03.2001: | 67. | |
11.03.2001: | 67. | |
29.07.2001: | R 46. | |
05.08.2001: | 20. | |
12.08.2001: | 22. | |
19.08.2001: | 23. | |
26.08.2001: | 25. | |
02.09.2001: | 29. | |
09.09.2001: | 40. | |
16.09.2001: | 45. | |
23.09.2001: | 59. | |
30.09.2001: | 56. | |
03.02.2002: | R 32. | |
10.02.2002: | 14. | |
17.02.2002: | 12. | |
24.02.2002: | 23. | |
03.03.2002: | 30. | |
10.03.2002: | 30. | |
17.03.2002: | 45. | |
24.03.2002: | 51. | |
31.03.2002: | 64. | |
07.04.2002: | 69. | |
14.04.2002: | 70. | |
16.06.2002: | R 67. | |
23.06.2002: | 70. | |
30.06.2002: | 75. | |
04.08.2002: | R 60. | |
11.08.2002: | 66. | |
24.11.2002: | R 59. | |
01.12.2002: | 45. | |
08.12.2002: | 72. | |
15.12.2002: | 73. | |
22.12.2002: | 75. | |
05.01.2003: | 71. | |
12.01.2003: | 56. | |
19.01.2003: | 55. | |
26.01.2003: | 59. | |
02.02.2003: | 74. | |
09.02.2003: | 73. | |
16.02.2003: | 64. | |
23.02.2003: | 60. | |
02.03.2003: | 63. | |
09.03.2003: | 67. | |
26.06.2005: | R 70. | |
03.07.2005: | 48. | |
10.07.2005: | 27. | |
17.07.2005: | 25. | |
24.07.2005: | 32. | |
31.07.2005: | 32. | |
07.08.2005: | 33. | |
14.08.2005: | 38. | |
21.08.2005: | 45. | |
28.08.2005: | 55. | |
04.09.2005: | 60. |
<!--
function playBack(mediumId)
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().removeClass('active');
iPlay = iPlay - 1;
if (iPlay<0) iPlay=0;
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
function playForward(mediumId)
iPlay = iPlay + 1;
if (iPlay<$('.speak'+mediumId).length)
$('.speak'+mediumId+':eq('+(iPlay-1)+')').parent().parent().parent().removeClass('active');
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
else
iPlay = iPlay -1;
function playMedium(mediumId)
iPlay = 0;
$('#mediumbuttons'+mediumId).show();
$('.speak'+mediumId).parent().parent().parent().removeClass('active');
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).setup(
height: 26,
width: 400,
autostart: true,
file: "https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq(0)').attr('data-aid'))+".mp3",
events:onComplete: function ()
$('#mediumlistenrow'+mediumId).show();
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().removeClass('active');
iPlay = iPlay + 1
if (iPlay<$('.speak'+mediumId).length)
$('.speak'+mediumId+':eq('+iPlay+')').parent().parent().parent().addClass('active');
jwplayer("playA"+mediumId).load([ file:"https://streamd.hitparade.ch/audio/"+getPath($('.speak'+mediumId+':eq('+iPlay+')').attr('data-aid'))+".mp3"]);
jwplayer("playA"+mediumId).play(true);
else
$('#mediumlistenrow'+mediumId).html('');
$('#mediumlistenrow'+mediumId).hide();
);
function getPath(audioId)
if(audioId.substr(0,1)=='n')
audioId = "n/" + audioId.substr(1,3) + "0000/" + audioId;
else
audioId = audioId.substr(0,3) + "0000/" + audioId;
return audioId;
function writeDateTime(tDate) {
utcDate = tDate - tDate.getTimezoneOffset() * 60000;
newDate = new Date(utcDate);
newYear = newDate.getYear();
if (newYear
Tracks | |||||||||
03.11.1998 CD Island 524 613-2 (PolyGram) / EAN 0731452461322 | |||||||||
Details anzeigen | Alles anhren | ||||||||
hasAudio = false; | |||||||||
1. | Pride (In The Name Of Love) | 3:48 | |||||||
2. | New Year's Day | 4:17 | |||||||
3. | With Or Without You | 4:55 | |||||||
4. | I Still Haven't Found What I'm Looking For | 4:38 | |||||||
5. | Sunday Bloody Sunday | 4:40 | |||||||
6. | Bad | 5:50 | |||||||
7. | Where The Streets Have No Name | 4:35 | |||||||
8. | I Will Follow | 3:36 | |||||||
9. | The Unforgettable Fire | 4:53 | |||||||
10. | Sweetest Thing (The Single Mix) | 3:00 | |||||||
11. | Desire | 2:59 | |||||||
12. | U2 with B.B. King - When Love Comes To Town | 4:17 | |||||||
13. | Angel Of Harlem | 3:49 | |||||||
14. | All I Want Is You | 6:31 | |||||||
03.11.1998 Limited Edition - CD Island 524 612-2 (PolyGram) / EAN 0731452461223 | |||||||||
Details anzeigen | Alles anhren | ||||||||
hasAudio = false; | |||||||||
CD 1: | |||||||||
1. | Pride (In The Name Of Love) | 3:48 | |||||||
2. | New Year's Day | 4:17 | |||||||
3. | With Or Without You | 4:55 | |||||||
4. | I Still Haven't Found What I'm Looking For | 4:38 | |||||||
5. | Sunday Bloody Sunday | 4:40 | |||||||
6. | Bad | 5:50 | |||||||
7. | Where The Streets Have No Name | 4:35 | |||||||
8. | I Will Follow | 3:36 | |||||||
9. | The Unforgettable Fire | 4:53 | |||||||
10. | Sweetest Thing (The Single Mix) | 3:00 | |||||||
11. | Desire | 2:59 | |||||||
12. | U2 with B.B. King - When Love Comes To Town | 4:17 | |||||||
13. | Angel Of Harlem | 3:49 | |||||||
14. | All I Want Is You | 6:31 | |||||||
CD 2: | |||||||||
1. | The Three Sunrises | 3:52 | |||||||
2. | Spanish Eyes | 3:14 | |||||||
3. | Sweetest Thing | 3:03 | |||||||
4. | Love Comes Tumbling | 4:40 | |||||||
5. | Bass Trap | 3:31 | |||||||
6. | Dancing Barefoot | 4:45 | |||||||
7. | Everlasting Love | 3:20 | |||||||
8. | Unchained Melody | 4:52 | |||||||
9. | Walk To The Water | 4:49 | |||||||
10. | Luminous Times (Hold On To Love) | 4:35 | |||||||
11. | Hallelujah Here She Comes | 4:00 | |||||||
12. | Silver And Gold | 4:37 | |||||||
13. | Endless Deep | 2:57 | |||||||
14. | A Room At The Heartbreak Hotel | 4:32 | |||||||
15. | Trash, Trampoline And The Party Girl | 2:33 | |||||||
27.07.2018 LP A|B Island U211/5797089 (UMG) / EAN 0602557970890 | |||||||||
Details anzeigen | Alles anhren | ||||||||
hasAudio = false; | |||||||||
LP 1: | |||||||||
1. | Pride (In The Name Of Love) | 3:48 | |||||||
2. | New Year's Day | 4:17 | |||||||
3. | With Or Without You | 4:55 | |||||||
4. | I Still Haven't Found What I'm Looking For | 4:38 | |||||||
5. | Sunday Bloody Sunday | 4:40 | |||||||
6. | Bad | 5:50 | |||||||
7. | Where The Streets Have No Name | 4:35 | |||||||
8. | I Will Follow | 3:36 | |||||||
LP 2: | |||||||||
1. | The Unforgettable Fire | 4:53 | |||||||
2. | Sweetest Thing (The Single Mix) | 3:00 | |||||||
3. | Desire | 2:59 | |||||||
4. | U2 with B.B. King - When Love Comes To Town | 4:17 | |||||||
5. | Angel Of Harlem | 3:49 | |||||||
6. | All I Want Is You | 6:31 | |||||||
7. | One Tree Hill | 5:24 | |||||||
8. | October | 2:21 | |||||||
function showDetails(mediaId)
$.get('/ajax_getpersons.asp?id='+mediaId, function(data)
dataArr = data.split("n");
for (i=0; i<dataArr.length-1; i++)
lineArr = dataArr[i].split("t");
if (lineArr[2]=="Komponist")
idprefix = "m";
jobText = "Musik/Text";
else
idprefix = "p";
jobText = "Produzent";
;
elementId = idprefix + mediaId + "cd" + lineArr[0] + "t" + lineArr[1];
if (document.getElementById(elementId).innerHTML != '')
document.getElementById(elementId).innerHTML = document.getElementById(elementId).innerHTML + ', ' + lineArr[3]+'';
else
document.getElementById(elementId).innerHTML = jobText+': ' + lineArr[3]+'';
);
$.get('/ajax_getreviewscovers.asp?id='+mediaId, function(data)
dataArr = data.split("n");
for (i=0; i<dataArr.length-1; i++)
lineArr = dataArr[i].split("t");
if (lineArr[2]!="" && lineArr[2]!="0")
if (lineArr[7]!="")
myPoints = ' / Meine Bewertung: ' + lineArr[7];
else
myPoints = '';
stars = '
stars = stars + '
Durchschnittliche Bewertung: '+Math.round(lineArr[3]*100)/100+' / Reviews: '+lineArr[2]+myPoints+'
';document.getElementById("r" + mediaId + "cd" + lineArr[0] + "t" + lineArr[1]).innerHTML = stars;
;
if (lineArr[4]!="")
document.getElementById("c" + mediaId + "cd" + lineArr[0] + "t" + lineArr[1]).innerHTML = 'Coverversion von: '+lineArr[4] + ' - ' + lineArr[5]+'';
);
function switchBside(mediaId) {
tracknum = $('#m'+mediaId+' .tracknum');
if ($(tracknum[0]).html() == $(tracknum[0]).attr('data-tr1'))
datatr = 'data-tr2';
else
datatr = 'data-tr1';
for (i=0;i
U2 Discographie / Fan werden
- CHARTS
- SONGS
- ALBEN
- DVDs
- BESTENLISTE
activeTab0 = "charts0"
document.getElementById('charts0').style.backgroundColor='#6699CC';
document.getElementById('charts0').style.color='#FFFFFF';
function clickTab0(tab)
// console.log('div'+activeTab0);
document.getElementById('div'+activeTab0).style.display='none';
document.getElementById(activeTab0).style.backgroundColor='#DDDDDD';
document.getElementById(activeTab0).style.color='#000000';
activeTab0 = tab;
document.getElementById(tab).style.backgroundColor='#6699CC';
document.getElementById(tab).style.color='#FFFFFF';
document.getElementById('div'+tab).style.display='';
function loadReviews0(sCat)
document.getElementById('divreviews0').innerHTML='';
var xmlHttp = null;
try
// Mozilla, Opera, Safari sowie Internet Explorer (ab v7)
xmlHttp = new XMLHttpRequest ();
catch(e)
try
// MS Internet Explorer (ab v6)
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
catch(e)
try
// MS Internet Explorer (ab v5)
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
catch(e)
xmlHttp = null;
if (xmlHttp)
xmlHttp.open('GET', '/ajax_getbestrated.asp?artist=U2&field=0&cat='+sCat, true);
xmlHttp.onreadystatechange = function ()
if (xmlHttp.readyState == 4)
resultText = xmlHttp.responseText;
document.getElementById('divreviews0').innerHTML=resultText;
;
xmlHttp.send(null);
Singles - Austria Top 40 | Titel | Eintritt | Peak | Wochen |
---|---|---|---|
With Or Without You | 01.06.1987 | 15 | 16 |
I Still Haven't Found What I'm Looking For | 15.08.1987 | 10 | 10 |
Desire | 01.11.1988 | 19 | 6 |
The Fly | 10.11.1991 | 5 | 10 |
Even Better Than The Real Thing | 02.08.1992 | 8 | 9 |
Who's Gonna Ride Your Wild Horses | 17.01.1993 | 20 | 4 |
Stay (Faraway, So Close!) | 09.01.1994 | 22 | 5 |
Hold Me, Thrill Me, Kiss Me, Kill Me | 16.07.1995 | 3 | 15 |
Miss Sarajevo (Passengers) | 21.01.1996 | 22 | 10 |
Theme From Mission: Impossible (Adam Clayton & Larry Mullen) | 28.07.1996 | 4 | 14 |
Discothque | 16.02.1997 | 9 | 8 |
Staring At The Sun | 04.05.1997 | 25 | 4 |
Last Night On Earth | 31.08.1997 | 31 | 1 |
Sweetest Thing | 01.11.1998 | 7 | 12 |
Beautiful Day | 22.10.2000 | 7 | 9 |
Stuck In A Moment You Can't Get Out Of | 11.02.2001 | 38 | 6 |
Elevation | 15.07.2001 | 21 | 13 |
Walk On | 02.12.2001 | 33 | 8 |
Electrical Storm | 03.11.2002 | 8 | 10 |
Take Me To The Clouds Above (LMC vs U2) | 04.04.2004 | 8 | 14 |
Vertigo | 21.11.2004 | 4 | 15 |
Sometimes You Can't Make It On Your Own | 20.03.2005 | 25 | 9 |
City Of Blinding Lights | 26.06.2005 | 28 | 8 |
All Because Of You | 13.11.2005 | 37 | 3 |
One (Mary J Blige and U2) | 28.04.2006 | 1 | 41 |
The Saints Are Coming (U2 and Green Day) | 17.11.2006 | 3 | 9 |
Window In The Skies | 19.01.2007 | 11 | 8 |
Get On Your Boots | 06.03.2009 | 11 | 4 |
Magnificent | 05.06.2009 | 51 | 3 |
I'll Go Crazy If I Don't Go Crazy Tonight | 18.09.2009 | 34 | 3 |
Ordinary Love | 20.12.2013 | 29 | 10 |
Invisible | 14.02.2014 | 39 | 2 |
Alben - Austria Top 40 | Titel | Eintritt | Peak | Wochen |
The Joshua Tree | 01.04.1987 | 1 | 61 |
Rattle And Hum | 01.11.1988 | 1 | 46 |
Achtung Baby | 01.12.1991 | 2 | 22 |
Zooropa | 18.07.1993 | 1 | 18 |
Original Soundtracks 1 (Passengers) | 03.12.1995 | 40 | 3 |
Pop | 16.03.1997 | 1 | 29 |
The Best Of 1980-1990 | 15.11.1998 | 1 | 87 |
All That You Can't Leave Behind | 12.11.2000 | 1 | 52 |
The Best Of 1990-2000 | 17.11.2002 | 1 | 27 |
How To Dismantle An Atomic Bomb | 05.12.2004 | 1 | 42 |
18 Singles | 01.12.2006 | 2 | 20 |
No Line On The Horizon | 13.03.2009 | 1 | 28 |
The Best Of 1980-2000 | 03.09.2010 | 21 | 7 |
Songs Of Innocence | 24.10.2014 | 2 | 8 |
Songs Of Experience | 15.12.2017 | 2 | 16 |
"40" (How Long) 11 O'Clock Tick Tock 13 (There Is A Light) 4th Of July A Celebration A Day Without Me A Different Kind Of Blue (Passengers) A Man And A Woman A Room At The Heartbreak Hotel A Sort Of Homecoming Acrobat Alex Descends Into Hell For A Bottle Of Milk/Korova All Along The Watchtower All Because Of You All I Want Is You Always Always Forever Now (Passengers) American Soul An Cat Dubh An Cat Dubh / Into The Heart Angel Of Harlem Angels Too Tied To The Ground Another Day Another Time, Another Place Are You Gonna Wait Forever? Babyface Bad Bass Trap Beach Sequence (Passengers) Beat On The Brat Beautiful Day Beautiful Ghost/Introduction To Songs Of Experience Big Girls Are Best Blow Your House Down Book Of Your Heart Boomerang I Boomerang II Boy-Girl Breathe Bullet The Blue Sky California (There Is No End To Love) Can't Help Falling In Love Cedars Of Lebanon Cedarwood Road Christmas (Baby Please Come Home) City Of Blinding Lights Corpse (These Chains Are Way Too Long) (Passengers) Crumbs From Your Table Cry / Electric Co. Daddy's Gonna Pay For Your Crashed Car Dancing Barefoot Deep In The Heart Desert Of Our Love Desire Dirty Day Disappearing Act Discothque Do You Feel Loved Don't Say Goodbye Don't Take Your Guns To Town Drowning Man Drunk Chicken/America Electrical Storm Elevation Elvis Ate America (Passengers) Elvis Presley And America Endless Deep Even Better Than The Real Thing Even Better Than The Real Thing (Remix) Everlasting Love Every Breaking Wave Exit Fast Cars Fez - Being Born Fire Flower Child For The First Time Fortunate Son Freedom For My People Get On Your Boots Get Out Of Your Own Way (U2 feat. Kendrick Lamar) Gloria God Part II Gone Grace Hallelujah Here She Comes Happiness Is A Warm Gun Happy X-Mas Hawkmoon 269 Heartland Helter Skelter Hold Me, Thrill Me, Kiss Me, Kill Me Holy Joe I Fall Down I Still Haven't Found What I'm Looking For I Still Haven't Found What I'm Looking For (The Buena Vista Sound feat. Coco Freeman feat. U2) I Threw A Brick Through A Window I Will Follow I Will Follow (Live) If God Will Send His Angels If You Wear That Velvet Dress I'll Go Crazy If I Don't Go Crazy Tonight I'm Not Your Baby (U2 & Sinad O'Connor) I'm Not Your Baby In A Little While In God's Country Indian Summer Sky Instant Karma Into The Heart Invisible Iris (Hold Me Close) Is That All? Ito Okashi (Passengers) J. Swallow Kite Lady With The Spinning Head Landlady Last Night On Earth Lemon Lights Of Home Like A Song... Love And Peace Or Else Love Comes Tumbling Love Is All We Have Left Love Is Bigger Than Anything In Its Way Love Is Blindness Love Rescue Me Love You Like Mad Lucifer's Hands Luminous Times (Hold On To Love) Magnificent Miami Miracle Drug Miss Sarajevo (Passengers) MLK | Mofo Moment Of Surrender Mothers Of The Disappeared Mysterious Ways Neon Lights New Year's Day New Years Dub (Musique vs. U2) New York Night & Day No Line On The Horizon North And South Of The River Numb October One One (Mary J Blige and U2) One Minute Warning (Passengers) One Step Closer One Tree Hill Ordinary Love Original Of The Species Out Of Control Paint It Black Party Girl Peace On Earth Please Please (Live From Rotterdam) Pop Muzik Pride (In The Name Of Love) Pride (In The Name Of Love) (U2 vs. Tisto) Promenade Race Against Time Raised By Wolves Red Flag Day Red Hill Mining Town Red Hill Mining Town (Steve Lillywhite 2017 Mix) Red Light Rejoice Rise Up Running To Stand Still Salom Satellite Of Love Saturday Night Scarlet Seconds Shadows And Tall Trees Silver And Gold Sixty Seconds In Kingdom Come Sleep Like A Baby Tonight Slow Dancing (U2 feat. Willie Nelson) Slug (Passengers) So Cruel Some Days Are Better Than Others Sometimes You Can't Make It On Your Own Song For Someone Songs Of Experience Spanish Eyes Speed Of Life Stand Up Comedy Staring At The Sun Stateless Stay (Faraway, So Close!) Stories For Boys Stranger In A Strange Land Stuck In A Moment You Can't Get Out Of Summer Of Love Summer Rain Sunday Bloody Sunday Surrender Sweetest Thing Take Me To The Clouds Above (LMC vs U2) The 7 Missing Tracks Plus The Singles The Ballad Of Ronnie Drew (U2 / The Dubliners / Kila / A Band Of Bowsies) The Best Of 1990 - 2000 The Blackout The Crystal Ballroom The Electric Co. The First Time The Fly The Ground Beneath Her Feet (U2 & Daniel Lanois) The Hands That Built America The Little Things That Give You Away The Miracle (Of Joey Ramone) The Ocean The Playboy Mansion The Refugee The Saints Are Coming (U2 and Green Day) The Showman (Little More Better) The Star Spangled Banner The Three Sunrises The Troubles The Unforgettable Fire The Wanderer (U2 with Johnny Cash) Theme From Mission: Impossible (Adam Clayton & Larry Mullen) Things To Make And Do This Is Where You Can Reach Me Now Tomorrow Touch Tower Of Song (U2 and Leonard Cohen) Trash, Trampoline And The Party Girl Treasure (Whatever Happened To Pete The Chop?) Trip Through Your Wires Tryin' To Throw Your Arms Around The World Twilight Two Hearts Beat As One Two Shots Of Happy, One Shot Of Sad Ultra Violet (Light My Way) Unchained Melody Unknown Caller Until The End Of The World Van Diemen's Land Vertigo Volcano Wake Up Dead Man Walk On Walk To The Water Wave Of Sorrow (Birdland) When I Look At The World When Love Comes To Town (U2 with B.B. King) Where Did It All Go Wrong? Where The Streets Have No Name White As Snow Who's Gonna Ride Your Wild Horses Wild Honey Window In The Skies Wire With A Shout With Or Without You XXX. (Kendrick Lamar feat. U2) Yahweh Yoshino Blossom Your Blue Room (Passengers) You're The Best Thing About Me Zoo Station Zooropa |
Song hinzufgen
18 Singles 7 Achtung Baby Achtung Baby - 20th Anniversary Deluxe Edition Achtung Baby - Vinyl Box 4LP All That You Can't Leave Behind Boy Collector's Box Do It Again How To Dismantle An Atomic Bomb Live At Red Rocks "Under A Blood Red Sky" Live From Paris No Line On The Horizon October Original Soundtracks 1 (Passengers) Pop Rattle And Hum | Remixes From The '90s Songs Of Experience Songs Of Innocence Songs Of Innocence + The 7 Missing Tracks Plus The Singles The Best Of 1980-1990 The Best Of 1980-2000 The Best Of 1990-2000 The Joshua Tree The Joshua Tree (20th Anniversary) The Joshua Tree (30th Anniversary) The Lowdown The Unforgettable Fire The Unforgettable Fire (25th Anniversary Edition) War Wide Awake In America Zooropa |
Album hinzufgen
05 Vertigo - Live From Chicago 18 Videos 1NNOCENCE + eXPERIENCE - Live In Paris 360 At The Rose Bowl Elevation 2001 - Live From Boston From The Sky Down Go Home - Live From Slane Castle | Live At Red Rocks "Under A Blood Red Sky" Popmart - Live From Mexico Rattle & Hum The Best Of 1990-2000 The Joshua Tree Zoo TV - Live From Sydney |
r6=0;r5=0;r4=0;r3=0;r2=0;r1=0;
Reviews
Durchschnittliche Bewertung: 5.27
(Reviews: 33)
r6++;Die besten Lieder von U2 zwischen 80 und 1990 auf einer CD! Was will man mehr? | |
r6++;Das Beste von U2 aus ihrer besten Zeit!!! | |
r5++;...sehr gut... | |
r5++;Sehr gut, die zweite CD auf der Special Edition hätte man sich sparen können... | |
r6++;sehr empfehlenswert | |
r6++;geniale Zusammenstellung | |
r5++;sehr gut, knapp keine 6 für mich | |
r5++;Sehr gute Best Of der 80er | |
r6++;ich gebe 6sterne weil da einfach alles genial auf dieser scheibe ist. allerdings kann ein best-of album u2 nur sehr unvollstaendig widergeben. | |
r6++;Starke Songs | |
r5++;SEHR GUT | |
r6++;Yep, great compilation :) | |
r4++;Nicht alles, aber vieles gefällt. | |
r5++;eine der besten best of's.. | |
r5++;Zweifellos sehr gut. | |
r2++;naja | |
r4++;Nachdem ich nun alle Titel dieser Zeit kenne kann ich eine 4 geben. Dabei hätte ich allerdings ein paar andere Titel hinzugefügt. | |
r5++;homer,du hättest alles besser gemacht.bis ja der gott der musik..... cooles best of.zwar sind die 80-90e zeiten nicht so meine,aber trotzdem,eine 5 ist es allemal | |
r6++;genial | |
r6++;Geniales Best Of-Album!!! | |
r6++;Schlicht grossartig!!! | |
r5++;Die Qualität eines Best-Of-Albums misst sich an der Durchschnittsqualität der berücksichtigten Hits. Hier haben wir eine gewisse Streuung, insgesamt macht das eine solide Fünf für diese schöne Übersicht der ersten zehn Jahre von U2. Highlights: With Or Without You / I Still Haven't Found What I'm Looking For / Desire / Angel Of Harlem / All I Want Is You Zuletzt editiert: 19.05.2014 13:30 | |
r6++;Na bijna 20 jaar was dit in 1998 de allereerste verzamelcd van U2. En wat voor een!!! Alle klassiekers staan erop!!! Blijkbaar zaten toch wel veel mensen hierop te wachten want "The Best of 1980-1990" is een van de meest succesvolle verzamelcd's aller tijden (in Nederland). | |
r5++;CD 1: excelente. CD 2: regular. | |
r6++;Tolle Zusammenstellung ihrer besten Zeit! | |
r6++;Got some of their greatest songs! | |
r6++;This really is an amazing compilation, 'I Still Haven't Found...', 'Desire' and many more are standouts. | |
r6++;Is gewoon goed, een 6 | |
r6++;▒ Een grote verzamelklassieker van de Ierse rockformatie "U2", begin november 1998 !!! Ook ik ga voor de volle bak ☺!!! | |
r5++;... nur die erste CD ist spitze ... die zweite dann leider nur noch für Fans interessant, denen die alten Singles fehlen ... | |
r5++;Great collection of hits from their most consistently strong period. | |
r6++;Da kann man nicht meckern Ein sehr gutes Best Of Album. Die bekanntesten Songs aus ihrer 80er Ära sind drauf. Mir gefallen U2 der 90er und 2000er dann doch etwas mehr Ärgerlich,dass die Kompilation 80-90 heisst, aber NIGHT AND DAY zum Beispiel fehlt, obwohl es 1990 rauskam | |
r2++;Eine absolut total überschätzte Band - ich runde deswegen nicht auf! |
Kommentar hinzufgen und bewerten
rtotal = r1+r2+r3+r4+r5+r6;rohtml = '
('+r6+') | ';rohtml = rohtml + '||
('+r5+') | ||
('+r4+') | ||
('+r3+') | ||
('+r2+') | ||
('+r1+') |