function InsertSampleMovie()
{
   document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">\n');
   document.write('<param name="src" value="VPOP7015-Pop-a-Razzi_Boy-RC2.mov">\n');
   document.write('<param name="autoplay" value="false">\n');
   document.write('<param name="type" value="video/quicktime" height="256" width="320">\n');
   document.write('<embed src="VPOP7015-Pop-a-Razzi_Boy-RC2.mov" height="256" width="320" autoplay="false" target="quicktimeplayer" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">\n');
   document.write('</object>\n');
}

function InsertSampleMovie2()
{
   document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">\n');
   document.write('<param name="src" value="VPOP7025-Pop-a-Razzi_Girl-RC2.mov">\n');
   document.write('<param name="autoplay" value="false">\n');
   document.write('<param name="type" value="video/quicktime" height="256" width="320">\n');
   document.write('<embed src="VPOP7025-Pop-a-Razzi_Girl-RC2.mov" height="256" width="320" autoplay="false" target="quicktimeplayer" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">\n');
   document.write('</object>\n');
}


