function RunVideo()
{
document.write('<object width="480" height="360" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" type="application/x-oleobject" style="margin:0;padding:0;">\n');
document.write('<param name="src" value="http://www.screenreport.com/video/Hearts_Souls.mov">\n');
document.write('<param name="target" value="myself" href="Hearts_Souls.mov">\n');
document.write('<param name="scale" value="tofit">\n');
document.write('<param name="cache" value="true">\n');
document.write('<param name="type" value="video/quicktime">\n');
document.write('<param name="controller" value="true">\n');
document.write('<param name="autoplay" value="false">\n');
document.write('<param name="showdisplay" value="0">\n');
document.write('<param name="showstatusbar" value="0">\n');
document.write('<param name="autosize" value="1">\n');
 	document.write('<embed pluginspace="http://www.apple.com/quicktime/download/" src="http://www.screenreport.com/video/Hearts_Souls.mov"  scale="tofit" cache="true" type="video/quicktime" controller="true" autoplay="false"  width="480" height="360" style="margin:0;padding:0;"></embed>\n');document.write('</object>\n');
}
