function includeSound(soundURL) {
	document.write ("<embed src=" + soundURL + " width='0' height='0'>");
}