function InsertMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="150" width="182">\n');
document.write('<param name="cache" value="true">\n');
document.write('<param name="src" value="video/ItalyLimousine.mp4">\n');
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="controller" value="true">\n');
document.write('<embed height="150" width="182" pluginspage="http://www.apple.com/quicktime/download/" src="video/ItalyLimousine.mp4" type="video/quicktime" controller="true" autoplay="true" cache="true"></embed>\n');
document.write('</object>\n');
}