function RunVt()
{
    document.write('<OBJECT id="VIDEO" width="320" height="310" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">\n');
    document.write('<PARAM NAME="URL" VALUE="videos/wb56.wmv">\n');
    document.write('<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">\n');
    document.write('<PARAM NAME="AutoStart" VALUE="True">\n');
    document.write('<PARAM name="uiMode" value="full">\n');
    document.write('<PARAM name="PlayCount" value="9999">\n');
    document.write('</object>\n');
}