﻿// JScript File EmbedVideo1.js
document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="370" HEIGHT="175"  id="OBJECT1" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
document.write('<PARAM name="SRC" VALUE="video/SokolovePreview.mov">');
document.write('<PARAM name="AUTOPLAY" VALUE="true"/>');
document.write('<PARAM name="CONTROLLER" VALUE="true"/>');
document.write('<PARAM name="BGCOLOR" VALUE="#212121"/>');
document.write('<param name="scale" value="0.5" />');
document.write('<EMBED SRC="video/SokolovePreview.mov" TYPE="video/quicktime" bgcolor="#212121" scale="0.5" WIDTH="365" HEIGHT="175" PLUGINSPAGE="http://www.apple.com/quicktime/download/"> </EMBED>');
document.write('</object>');

