
function setSound(){
	var sounds = '<embed src="niceding.wav" name="right" autostart="false" width="0" height="0" name="right" id="right" enablejavascript="true"/>';

	sounds += '<embed src="buzz2.wav" autostart="false" width="0" height="0" name="wrong" id="wrong" enablejavascript="true"/>';

	sounds += '<embed src="ding.wav" autostart="false" width="0" height="0" name="nplay" id="nplay" enablejavascript="true"/>';

	sounds += '<embed src="shakerolldice.wav" autostart="false" width="0" height="0" name="dice" id="dice" enablejavascript="true"/>';

	document.getElementById('sound').innerHTML = sounds;
	
};