function InsertSampleMovie()
{
document.write('<object width="320" height="255">\n');
document.write('<param name="src" value="/f/TeaserNew2.mov" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<param name="cache" value="true" />\n');
document.write('<param name="type" value="video/quicktime" />\n');
document.write('<embed src="/f/TeaserNew2.mov" bgcolor="#ffffff" width="320" height="255" autoplay="false" controller="true" cache="true" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" />\n');
document.write('</embed>\n');
document.write('</object>\n');
}

