imgnom = new Array;
imgext = new Array;
mp3jeu = new Array;
mp3nom = new Array;
mp3tai = new Array;
mp3lon = new Array;
mp3lnk = new Array;

imgnom = "HotD";
imgext = "jpeg";

mp3jeu = "The House of the Dead Overkill";
mp3nom = "Critics' Choice";
mp3tai = "2.07";
mp3lon = "2.16";
mp3lnk = "The House of the Dead Overkill - Critics  Choice.mp3";

affiche = false;

function mp3()
{
  if(!affiche)
  {
document.write ('<img src="http://www.nintendomaine.com/site/mp3/' + imgnom +'.' + imgext +'" width=100 height=50 border=0><br />')
document.write ('<object type="application/x-shockwave-flash" data="http://www.nintendomaine.com/ext/mp3_player.swf" width="120" height="20">')
document.write ('    <param name="movie" value="http://www.nintendomaine.com/ext/mp3_player.swf" />')
document.write ('    <param name="wmode" value="transparent" />')
document.write ('    <param name="FlashVars" value="mp3=http://www.nintendomaine.com/site/mp3/' + mp3lnk +'&width=120&showstop=1&buttonwidth=15&sliderwidth=10&bgcolor1=ffffff&bgcolor2=c5cbe7&slidercolor1=bdbdff&slidercolor2=777777&sliderovercolor=665599&buttoncolor=000000&buttonovercolor=665599&textcolor=000000" />')
document.write ('</object><br />')
document.write ('<a href="http://www.nintendomaine.com/site/mp3/' + mp3lnk +'" class=ndm>' + mp3jeu + '<br /><b>' + mp3nom + '</b><br />' + mp3tai + ' Mo, ' + mp3lon + ' min</a>')
affiche = true;
  }
}

mp3();