function audio(file,text){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
	document.write('width="400" height="15" >');
	document.write('<param name="allowScriptAccess" value="sameDomain"/>');
	document.write('<param name="movie" value="audio_player.swf?song_url='+file+'&song_title='+text+'&player_title='+text+'"/>');
	document.write('<param name="quality" value="high"/>');
	document.write('<param name="bgcolor" value="#E6E6E6"/>');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="audio_player.swf?song_url='+file+'&song_title='+text+'&player_title='+text+'"');
	document.write('quality="high" wmode="transparent" bgcolor="#E6E6E6" name="audio_player" allowscriptaccess="sameDomain"');
	document.write('type="application/x-shockwave-flash"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('align="center" height="15" width="300"> </embed>');
	document.write('</object>');
	
}
