function InsertTheory()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<param name="src" value="art/mp4first.jpg" width="320" height="240">\n');
document.write('<param name="href" value="http://onter.net/tractor.mp4">\n');
document.write('<param name="target" value="myself">\n');
document.write('<param name="controller" value="true">\n');
document.write('<param name="type" value="video/quicktime">\n');
document.write('<param name="autohref" value="false">\n');
document.write('<embed src="art/mp4first.jpg" type="video/quicktime" width="320" height="256" href="http://onter.net/tractor.mp4" autohref="false" controller="true" target="myself" pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</embed>\n');
document.write('</object>\n');
}