function put_swf(URL, WIDTH, HEIGHT){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/');document.write('cabs/flash/swflash.cab#version=6,0,0,0" ');document.write('width="'+WIDTH+'" height="'+HEIGHT+'" id="top" align="middle">');    document.write('<param name="allowScriptAccess" value="sameDomain" />');    document.write('<param name="movie" value="'+URL+'" />');    document.write('<embed src="'+URL+'" quality="high" bgcolor="#FFFFFF" ');    document.write('width="'+WIDTH+'" height="'+HEIGHT+'" name="top" align="middle" ');    document.write('type="application/x-shockwave-flash" ');    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">');    document.write('</embed>');    document.write('</object>');    }function put_wmv(URL){document.write('<object id="WMP" width="320" height="285" ');document.write('classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" ');document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" ');document.write('standby="Loading MicrosoftR WindowsR Media Player components..." type="application/x-oleobject">');document.write('<param name="FileName" ');    document.write('value="'+URL+'">');    document.write('<param name="ShowControls" value="true">');    document.write('<param name="AutoStart" value="true">');    document.write('<embed name="WMP" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" ');    document.write('src="'+URL+'" width="320" height="285" autostart=1 showcontrols=1>');    document.write('</embed>');    document.write('</object>');    }    function put_swf2(URL, WIDTH, HEIGHT, FLVFile){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/');document.write('cabs/flash/swflash.cab#version=8,0,0,0" ');document.write('width="'+WIDTH+'" height="'+HEIGHT+'" id="top" align="middle">');    document.write('<param name="allowScriptAccess" value="sameDomain" />');    document.write('<param name="FlashVars" value="file='+FLVFile+'" />');    document.write('<param name="movie" value="'+URL+'" />');    document.write('<embed src="'+URL+'" FlashVars="file='+FLVFile+'" ');    document.write('quality="high" bgcolor="#FFFFFF" ');    document.write('width="'+WIDTH+'" height="'+HEIGHT+'" name="top" align="middle" ');    document.write('type="application/x-shockwave-flash" ');    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">');    document.write('</embed>');    document.write('</object>');    }
