<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE tracklist SYSTEM "tracklist2.dtd"
[
<!ENTITY % HTMLlat1 SYSTEM
       "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
    %HTMLlat1;
]>

<tracklist>
 <track id="track_gia" length="4:43" year="1998">
  <name>Give it away</name>
  <track_refs album_ref="album_bssm" interpret_ref="inter_rhcp" />
  <review>This review is written in English and does not contain the german umlaut characters: &auml;,&ouml;,&uuml;. The first single off the Red Hot Chili Peppers' quadruple-platinum smash Blood Sugar Sex Magik, "Give It Away" didn't achieve the massive pop success of its follow-up, <link ref="track_utb" href="http://www.underthebridge.com">"Under the Bridge,"</link> barely peaking in the Top 75, but it did become one of the band's most instantly recognizable songs, thanks mostly to Anthony Kiedis' nonsensical raps, Flea's jumping, sliding, popping bass line, and Pete Weiss' jew's-harp boinging away in the background.</review>
 </track>

 <track id="track_utb" length="4:24">
  <name>Under the bridge</name>
  <track_refs album_ref="album_bssm" interpret_ref="inter_rhcp" />
 </track>

 <interpret id="inter_rhcp">
  <band>
   <name>Red Hot Chilli Peppers</name>
   <person>
    <firstname>Anthony</firstname>
    <name>Kiedis</name>
    <instrument>Vocals</instrument>
   </person>
   <person>
    <name>Flea</name>
   </person>
   <person>
    <firstname>John</firstname>
    <name>Frusciante</name>
    <instrument>Guitar</instrument>
   </person>
   <person>
    <firstname>Chad</firstname>
    <name>Smith</name>
    <instrument>Drums</instrument>
 <address>
  <street>Mystreet 539</street>
  <town>Mytown</town>
  <country> Mycountry</country>
</address>
   </person>
  </band>
 </interpret>

 <company id="comp_warner">
  <name>Warner</name>
  <address>
  <street>Hollywood Str. 1024</street>
  <town>Hollywood</town>
  <country>USA</country>
  </address>
 </company>

 <album id="album_bssm" company_ref="comp_warner" length="30:00" year="1991">
  <name>Blood Sugar Sex Magik</name>
</album>
</tracklist>

