Eiffel 65 - Europop AlbumChartsTracksEiffel 65 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
Logic 74321 72028 2
Cover
$(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
Eiffel 65 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=Eiffel+65&field=0&cat='+sCat, true);
xmlHttp.onreadystatechange = function ()
if (xmlHttp.readyState == 4)
resultText = xmlHttp.responseText;
document.getElementById('divreviews0').innerHTML=resultText;
;
xmlHttp.send(null);
$('#dvds0').hide();
r6=0;r5=0;r4=0;r3=0;r2=0;r1=0;
Durchschnittliche Bewertung: 3.53
(Reviews: 19)
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;
Eiffel 65 - Europop
CD
Logic 74321 72028 2
Cover
$(document).ready(function()
$('#coverswrapperinside').width($('.coverssingle').length*210);
if ($('#coversmore .moveup').length>0) $('#coversmore').prepend($('.coverssingle')[0]);$('#coverswrapperinside').prepend($('#coversmore .moveup')[0]);
)
Album
Jahr: | 1999 |
Persnliche Charts: | In persnliche Hitparade hinzufgen |
Charts
Einstieg: | 09.01.2000 (Rang 50) | ||||||||||||||||
Zuletzt: | 19.03.2000 (Rang 44) | ||||||||||||||||
Hchstposition: | 16 (1 Woche) | ||||||||||||||||
Chartsverlauf: | |||||||||||||||||
Anzahl Wochen: | 11 | ||||||||||||||||
Rang auf ewiger Bestenliste: | 3200 (495 Punkte) | ||||||||||||||||
Weltweit: |
|
09.01.2000: | N 50. | |
16.01.2000: | 35. | |
23.01.2000: | 31. | |
30.01.2000: | 27. | |
06.02.2000: | 16. | |
13.02.2000: | 23. | |
20.02.2000: | 17. | |
27.02.2000: | 24. | |
05.03.2000: | 33. | |
12.03.2000: | 41. | |
19.03.2000: | 44. |
<!--
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 | |||||||||
22.11.1999 CD Logic 74321 72028 2 (BMG) / EAN 0743217202828 | |||||||||
Details anzeigen | Alles anhren | ||||||||
hasAudio = false; | |||||||||
1. | Too Much Of Heaven | 5:17 | |||||||
2. | Dub In Life (Album Edit) | 3:57 | |||||||
3. | Blue (Da Ba Dee) | 4:43 | |||||||
4. | Living In A Bubble (Album Mix) | 5:03 | |||||||
5. | Move Your Body | 4:28 | |||||||
6. | My Console (Gabry Ponte Console Mix) | 4:13 | |||||||
7. | Your Clown (Slow Mix) | 4:09 | |||||||
8. | Another Race (Album Edit) | 4:34 | |||||||
9. | The Edge (Album Mix) | 4:20 | |||||||
10. | Now Is Forever (Electronic Ballad Mix) | 5:44 | |||||||
11. | Silicon World (Main Mix) | 4:31 | |||||||
12. | Europop (Album Kraft Mix) | 5:26 | |||||||
13. | Hyperlink (Deep Down) (Album Cut) | 4:57 | |||||||
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
Eiffel 65 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=Eiffel+65&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 |
---|---|---|---|
Blue (Da Ba Dee) | 01.08.1999 | 1 | 23 |
Move Your Body | 05.12.1999 | 1 | 18 |
Too Much Of Heaven | 16.04.2000 | 30 | 6 |
Lucky (In My Life) | 02.09.2001 | 23 | 11 |
Alben - Austria Top 40 | Titel | Eintritt | Peak | Wochen |
Europop | 09.01.2000 | 16 | 11 |
80's Stars (Eiffel 65 feat. Franco Battiato) Another Race Back In Time Beats & Sweat (Bloom 06) Being Not Like You (Bloom 06) Blue (Da Ba Dee) Blue (Da Ba Dee) Remix 2009 Brightly Shines Cosa rester (In A Song) Crazy Discovery Channel Dub In Life Europop Faraway Figli di pitagora Follow Me Going To Dance All Night Hyperlink (Deep Down) I DJ With The Fire I Don't Wanna Lose In The City (Bloom 06) Io e la mia stanza Johnny Grey Journey Just One Night And Maybe Goodbye King Of Lullaby La mia lente Life Like Thunder Like A Rolling Stone Living In A Bubble Living In My City (Theme From The Turin Winter Olympic Games 2006) | Losing You Lucky (In My Life) Morning Time Move Your Body My Console New Life Non e per sempre Now Is Forever Oggi On A Stage All Across The World One Goal People Of Tomorrow Per sempre (Bloom 06) Quelli che non hanno et Silicon World Sopra un palco per tutto il mondo The Edge The Filter The World Inside My Bedroom Time Is Not Our Cage Today Too Much Of Heaven Tu credi Una notte e forse mai pi Viaggia insieme a me Voglia di dance all night World In The World You Believe You Spin Me Round Your Clown |
Song hinzufgen
Contact! Crash Test 02 (Bloom 06) | Eiffel 65 Europop |
Album hinzufgen
Keine DVDs von diesem Knstler in der Datenbank
$('#dvds0').hide();
r6=0;r5=0;r4=0;r3=0;r2=0;r1=0;
Reviews
Durchschnittliche Bewertung: 3.53
(Reviews: 19)
r3++;Das Album war leider nicht mehr so gut wie die Single. Hat nur ganz wenige gute Songs darauf | |
r6++;ist super | |
r1++;einfach nur schrecklich!!! | |
r3++;naja... | |
r4++;ok | |
r1++;schwer zu ertragen | |
r6++;Muss hier mal den Schnitt ein wenig hochheben. Musikalisch betrachtet wohl nicht so das Wahre - aber ich liebe nunmal diesen Italodance-Style. Gibts heute leider kaum noch :- | |
r3++;Das Album ist wirklich nicht gut. War die Single Blue noch irgendwie genial, war das Album nur eine Sammlung von relativ uninspirierten Italo-Dance-Songs. | |
r2++;Wirklich kein Album, das einem in grosser Erinnerung bleibt... | |
r6++;@ sacred du sprichst mir aus der seele eines meiner absoluten lieblingsalben | |
r6++;Italo/Eurodance vom Allerfeinsten - bis heute Spitze | |
r4++;Es gibt ja sehr nervige Dance-Alben, aber Europop gefällt mir recht gut. Für mich sind halt auch viele Erinnerungen damit verbunden! | |
r3++;nicht so übel | |
r2++;Größtenteils übel. | |
r3++;Eine gute Single, zwei schlechte Singles und ein paar Albumfüller. Mehr hat Europop nicht zu bieten. Aus Nostalgie gibt es dann 3 Punkte von mir. | |
r3++;Naja, eine 3+. | |
r4++;gut | |
r4++;Neben den Hits "Blue" und "Move Your Body" ragen leider nur wenige Lieder (insbesondere "Another Race") heraus, der Rest ist Mittelmaß. | |
r3++;Musik von kurzlebigem Wert, allerdings sind die Hit-Singles weder besser noch schlechter als der Rest. Etliche meiner Schüler standen damals, Ende 1999, auf diesem Sound. Glaube, das Projekt kam aus Italien. |
Kommentar hinzufgen und bewerten
rtotal = r1+r2+r3+r4+r5+r6;rohtml = '
('+r6+') | ';rohtml = rohtml + '||
('+r5+') | ||
('+r4+') | ||
('+r3+') | ||
('+r2+') | ||
('+r1+') |