soundManager.url = "/sm/";
soundManager.onload = function() {

// notes from a letter never sent

var notesSound = soundManager.createSound({
id: "notes",
url: "mp3/piano.mp3",
volume: 100,
autoLoad: true,
autoPlay: true
});
notesSound.stop();

}