// JavaScript Document

function InsertSampleMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="384" width="512" />\n');
document.write('<param name="src" value="http://home.comcast.net/~soodz/gwtm09-click.mov" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="controller" value="false" />\n');
document.write('<param name="href" value="http://home.comcast.net/~soodz/gwtm09.mov" />\n');
document.write('<param name="loop" value="true" />\n');
document.write('<param name="target" value="myself" />\n');
document.write('<param name="type" value="video/quicktime" height="384" width="512" />\n');
document.write('<embed src="http://home.comcast.net/~soodz/gwtm09-click.mov" width="512" height="384" autoplay="false" loop="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="false" href="http://home.comcast.net/~soodz/gwtm09.mov" target="myself" />\n');
document.write('</embed>\n');
document.write('</object>\n');
}











