function embedWAV(wavFile) {
	document.write("<embed SRC=\""+ wavFile +"\" WIDTH=\"50\" HEIGHT=\"30\" AUTOPLAY=\"false\" CONTROLLER=\"true\" CACHE=\"true\" TYPE=\"audio/x-wav\" ALIGN=\"BOTTOM\" />");
}
