function RunFoo()
{
   document.write('<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" width="400" height="32">');
   document.write('<param name="src" value="http://www.libertystl.com/voiceofliberty/VOL.mp3">');
   document.write('<embed src="http://www.libertystl.com/voiceofliberty/VOL.mp3" width="400" height="32"></embed>');
   document.write('</object>\n');
}