function InsertSampleMovie()
{
document.write(’<object classid="clsid: 02BF25D5..." ...>\n’);
document.write(’<param name="src" value="http://www.high5team.com/video/infomercialshort.mp4" />\n’);
document.write(’</object>\n’);
}