function embedPlayer(){
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"');
    document.write('width="900" height="800">');
    document.write('<param name="movie" value="ps_flash.swf">');
    document.write('<param name="quality" value="high"><param name="BGCOLOR" value="#000000">');
    document.write('<embed src="ps_flash.swf" width="900" height="800" quality="high" ');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" ');
    document.write('type="application/x-shockwave-flash" bgcolor="#000000"></embed></object>');
}
