// script for loading background sound to accommodate Active X controls on IE

document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="16" width="80">');
document.write('<param name="src" value="../score/rj_openingscore.mp3">');
document.write('<param name="autoplay" value="false">');
document.write('<param name="controller" value="true">');
document.write('<embed height="16" width="80" src="../score/rj_openingscore.mp3" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="true" autoplay="false" loop="false">');
document.write('</object>');

