// JavaScript Document
function InsertStageSets()
{
document.write('<objectclassid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="480" height="285">');
document.write('<param name="src" value="../_animations/STAGE SETS_2006.mov" />');
document.write('<param name="autoplay" value="false" />');
document.write('<param name="controller" value="true" />');
document.write('<embed src="../_animations/STAGE SETS_2006.mov" width="480" height="285" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" autoplay="false" controller="true" />');
document.write('</object>');
}