function InsertMovie()
{
//document.write('<object classid="clsid: 02BF25D5..." width="320" height="280" ...>\n');
//document.write('<param name="src" value="http://www.architecturalssl.com/archled/presentations/media/ArchLED08-MaxikVideo.mov" />\n');
//document.write('</object>\n');



document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" />\n');
document.write('<param name="src" value="../shared/media/amazing_chicago.mov" />\n');
document.write('<param name="autoplay" value="true" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<embed SRC="../shared/media/amazing_chicago.mov" width="320" height="256" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/" />\n');
document.write('</embed>\n');
document.write('</object>\n');

}
