function InsertSampleMovie(URL) {
	document.write('<object id="MyActiveX1" width="400" height="300" classid="CLSID:1A01FF01-EA62-4702-B837-1E07158145FA" VIEWASTEXT>');
	document.write('<param name="_Version" value="65536">');
	document.write('<param name="_ExtentX" value="9149">');
	document.write('<param name="_ExtentY" value="1582">');
	document.write('<param name="_StockProps" value="0">');
	document.write('<param name="URL" value="' + URL + '">');
	document.write('<param name="UIStyle" value="15">');
	document.write('<param name="Volume" value="80%">');
	document.write('<param name="updatelink" value="http://cn.drm-x.com/Install.html">');
	document.write('<param name="updateurl" value="http://download1.haihaisoft.com/HaihaisoftUniversalPlayer_ActiveX.exe">');
	document.write('<param name="bufferTime" value="10">');
	document.write('<a href="http://download1.haihaisoft.com/HaihaisoftUniversalPlayer_ActiveX.exe" style="text-decoration: none;"><img alt="Click here to download Haihaisoft online Player" src="http://cn.drm-x.com/img/Installonlinehup_cn.png" style="border-style: none" /></object>');

}



