﻿function InsertSampleMovieResidential()
{
    document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="640" height="500" bgcolor="A6A6A7">\n');
    document.write('<param name="src" value="../Videos/ScaleBlaster_Commercial.mov" />\n');
    document.write('<param name="CONTROLLER" value="TRUE" />\n');
    document.write('<param name="AUTOPLAY" value="TRUE" />\n');
    document.write('<param name="LOOP" value="TRUE" />\n');
    document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/" />\n');
    document.write('</object>\n');
}

