function insertSound(sFile, bAutoPlay)
{
	document.write('<embed src="' + sFile + '" loop="false" autoplay="' + bAutoPlay + '" width="145" height="40"></embed>');

}								