function InsertSampleMovie()
{
document.write(’<object classid="clsid: 02BF25D5..." ...>\n’);
document.write(’<param name="src" value="images/showreel.mov" />\n’);
document.write(’</object>\n’);
}