function InsertSampleMovie()
{
//document.write('<object width="480" height="285" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
//document.write('<param name="src" value="/reel/combined-h264.mov" />\n');
//document.write('<param name="autoplay" value="true" />\n');
//document.write('</object>\n');
document.write('<embed src="/reel/combined-h264.mov" width="480" height="285" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</embed>\n');

}

function InsertSoloReel()
{
//document.write('<object width="480" height="285" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
//document.write('<param name="src" value="/reel/combined-h264.mov" />\n');
//document.write('<param name="autoplay" value="true" />\n');
//document.write('</object>\n');
document.write('<embed src="/reel/solo-h264.mov" width="480" height="285" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</embed>\n');

}