function insertmovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="530" height="353" align="center">\n');
document.write('<param name="src" value="carlburton_reel2007.mov"> \n');
document.write('<embed src="reelUpdate.mov" width="530" height="353" align="center" autoplay="false" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed> ');
document.write('</object>\n');
}
