function streamaudio(name,auto) {
	document.writeln('<div><object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"');
	document.writeln('width="200" height="16"');
	document.writeln('CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.writeln('<PARAM NAME="src" VALUE="http://sharonisbin.com/music/'+name+'.mov">');
	document.writeln('<PARAM NAME="autoplay" VALUE="'+auto+'">');
	document.writeln('<PARAM NAME="controller" VALUE="true">');
	document.writeln('<PARAM NAME="bgcolor" VALUE="ffcccc">');
	document.writeln('<PARAM NAME="scale" VALUE="tofit">');
	document.writeln('<embed src="http://sharonisbin.com/music/'+name+'.mov" bgcolor="ffcccc"');
	document.writeln('width="200" height="16" autoplay="'+auto+'" controller="true" scale="tofit" cache="false"');
	document.writeln('PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>');
	document.writeln('</object></div>');
	}

