// 'Click Here To Activate' fix for the embedded audio
// http://capitalhead.com/articles/activating-activex-controls.aspx

// RichardG 29Jun2007

//document.write('<embed src="sound2.wav" autostart="true" loop="true" hidden="true">')
document.write('<embed src="bg_sound.mp3" autostart="true" loop="true" hidden="true">');
