 function EmbedMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"');
document.write( '    codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">');
document.write('<param name="src"');
document.write('    value="mpsretray.mov?embed">');
document.write('<param name="autoplay" value="true">');
document.write('<param name="controller" value="true">');
document.write('<embed height="256" width="320"');
document.write('    src="mpsretray.mov?embed"');
document.write('    pluginspage="http://www.apple.com/quicktime/download/"');
document.write('    type="video/quicktime"');
document.write('    controller="true"');
document.write('    autoplay="true">');
document.write('</embed>');
document.write('</object>');
}