// JavaScript Document
function InsertSampleMovie()
{
document.write(’<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="480" height="376">\n’);
document.write(’<param name="src" value="http://www.casondesign.com/_video/c_adams-behind_the_boards.mov" />
            <param name="autoplay" value="true" />
            <param name="type" value="video/quicktime" width="480" height="376" /><embed src="http://www.casondesign.com/_video/c_adams-behind_the_boards.mov" width="480" height="376" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed>\n’);
document.write(’</object>\n’);
}
