function InsertSampleMovie()
{
document.write('<object classid="clsid: 02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="245" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');

document.write('<param name="src" value="poster.mov">\n');

document.write('<param name="QTSRC" value="rtsp://streaming.seancartercampbell.com/volunteer-movie.mov">\n');

document.write('<param name="autoplay" value="false">\n');

document.write('<param name="controller" value="true">\n');

document.write('<embed src="poster.mov" qtsrc="rtsp://streaming.seancartercampbell.com/volunteer-movie.mov" width="320" height="245" target="myself" controller="true" autoplay="false">\n');

document.write('</embed>\n');
document.write('</object>\n');
}