function MoreBirds(){  document.write('<object id="mov" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height=195 width=240>\n');  document.write('<param name="src" value="images/birdgallery/new-Bills-birds-again.mov">\n');  document.write('<param name="autoplay" value="true">\n');  document.write('<param name="controller" value="true">\n');  document.write('<param name="target" value="quicktimeplayer">\n');  document.write('<embed src="images/birdgallery/new-Bills-birds-again.mov" height=195 width=240 id="mov" autoplay="true" controller="true" pluginspace="http://www.apple.com/quicktime/download/">\n');  document.write('</embed>\n');  document.write('</object>\n');}
