function write_player(file, width){
	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + width +'" height="20" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" style="vertical-align:middle;"><param name="movie" value="/img/player.swf?file=' + file + '&backColor=4aab26&frontColor=eeeeee&repeatPlay=false&songVolume=30&showDownload=false" /><param name="wmode" value="transparent" />');
	document.write('<embed wmode="transparent" width="' + width +'" height="20" src="/img/player.swf?file=' + file + '&backColor=4aab26&frontColor=eeeeee&repeatPlay=false&songVolume=30" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');

}
