function putSoundPlayer(file) {	document.write('<p style="text-align:right; ">' +		'<embed src="' + file + '" autostart="false" repeat="true" loop="true" width="280" height="45"> </embed>' +		'</p>');}