// JavaScript Document

function InsertSampleMovie()
{
document.write(’<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
               document.write(’<param name="autoplay" value="true" />
               document.write(’<param name="controller" value="true" />
               document.write(’<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html" />
               document.write(’<param name="target" value="myself" />
               document.write(’<param name="type" value="video/quicktime" />
               document.write(’<param name="src" value="galleries/child.mov" />
               document.write(’<embed src="galleries/baby.mov" width="320" height="256" autoplay="true" controller="true" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html" target="myself" type="video/quicktime"></embed>
             document.write(’</object>
