function InsertMP3()
{
document.write('<embed src="small cat meows.mp3" width="17" height="17" align = "left" />');
document.write('<param name="hidden" value="true" />');
document.write('<param name="autoplay" value="true" />');
document.write('<param name="kioskmode" value="true" />');
document.write('</noembed>\n');
}
