function insertmovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"width="320" height="255" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> \n');
document.write('<param name="src" value="../images/highwire.mov">\n');
document.write('<!--[if !IE]>--><object type="video/quicktime" data="../images/highwire.mov" width="320" height="255"> \n');
document.write('<param name="controller" value="true"> \n');
document.write('</object><!--<![endif]-->\n');
document.write('</object>\n');
}
