function InsertOSMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="282" width="480">\n');
document.write('<param name="src" value="/os/Onstage_2008.mov" />\n');
document.write('<param name="autoplay" value="true" />\n');
document.write('<param name="type" value="video/quicktime" height="282" width="480" />\n');
document.write('<param name="bgcolor" value="000000" />\n');
document.write('<embed src="/os/Onstage_2008.mov" height="282" width="480" autoplay="true" type="video/quicktime" bgcolor="000000" pluginspage="http://www.apple.com/quicktime/download/" />\n');
document.write('</object>\n');
}
