function InsertMovie1()
{
document.write(’<object width="480" height="270" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n’);
document.write(’<param name="src" value="movies/postercce.jpg" />\n’);
document.write(’<param name="href" value="movies/cce.mov" />\n’);
document.write(’<param name="target" value="myself" />\n’);
document.write(’<param name="controller" value="true" />\n’);
document.write(’<param name="autoplay" value="false" />\n’);
document.write(’<param name="scale" value="aspect" />\n’);
document.write(’<embed width="480" height="270" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" src="movies/postercce.jpg" href="movies/cce.mov" target="myself" controller="false" autoplay="false" scale="aspect"> </embed>\n’);
document.write(’</object>\n’);

}

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