// JavaScript Document
// JavaScript Document
function insertAudioPlayer() {
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='1' height='1' 		codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab' id='playa' style='position:absolute'>\n");
	document.write("<param name='movie' value='playa.swf'/>\n");
	document.write("<param name='value' value='high'/>\n");
	document.write("<param name='flashvars' value='autoplay=true&urlfile=music/chasingshadows.mp3&title=Chasing Shadows'/>\n");
	document.write("<embed name='playa' src='playa.swf' width='1' height='1'  quality='high' swLiveConnect='true' flashvars='autoplay=true&urlfile=music/chasingshadows.mp3&title=Chasing Shadows' pluginspage='http://www.macromedia.com/go/flashplayer/'></embed>\n");
	document.write("</object>\n");
	
}