<!--

function playSound_TORN() {
  document.all['BGSOUND_ID'].src='TORN.wav';
}

function stopSound() {
 document.all['BGSOUND_ID'].src='TORN.wav';

}

