// JavaScript Document

function InsertMovie2()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" HEIGHT="376" WIDTH="640" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<PARAM NAME="src" VALUE="http://www.brightboxonline.com/clients/AnchorPipe/AnchorPipe_Full_web.mov" >\n');
document.write('<PARAM NAME="autoplay" VALUE="false" >\n');
document.write('<EMBED HEIGHT="376" WIDTH="640" TYPE="video/quicktime" PLUGINSPAGE="http://www.apple.com/quicktime/download/" SRC="http://www.brightboxonline.com/clients/AnchorPipe/AnchorPipe_Full_web.mov" AUTOPLAY="false"/>\n');
document.write('</object>\n');
}