// JavaScript Document

function InsertSampleMovie()
{
document.write('<object classid="clsid: 02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="330" width="602">');
document.write('<param name="src" value="DRAYCOTHOUSE.mov">');
document.write('<param name="autoplay" value="false">');
document.write('<param name="controller" value="true">');
document.write('<param name="loop" value="true">');
document.write('<param name="type" value="video/quicktime">');
document.write('<param name="target" value="myself">');
document.write('<embed src="DRAYCOTHOUSE.mov" width="602" height="330" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/download/">');
document.write('</embed>');
document.write('</object>');
}





