<!--
function ChangeSong(newsong) {
	replacement="<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='285' HEIGHT='44' id='Player1' ALIGN=''> <PARAM NAME=movie VALUE='Player1.swf?song="+newsong+"'> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=bgcolor VALUE=#000000> <PARAM NAME=wmode VALUE=transparent> <EMBED src='Player1.swf?song="+newsong+"' loop=false quality=high scale=exactfit wmode=transparent bgcolor=#000000  WIDTH='285' HEIGHT='44' NAME='Player1' swLiveConnect=true ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>";
	document.getElementById("PlayAudio").innerHTML=replacement;
	}
//-->

