<!--

function playSound_BJORN() {
  document.all['BGSOUND_ID'].src='BJORN.wav';
}

function stopSound() {
 document.all['BGSOUND_ID'].src='BJORN.wav';

}
//-->

