function InsertSampleMovie()
{
document.write('<object width="640" height="495" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<param name="src" value="prep.mov" />\n');
document.write('<embed src="prep.mov" width="640" height="495" pluginspage="http://www.apple.com/quicktime/download/">');
document.write('</object>\n');
}
