function insert_movie(path,width,height,autoplay)
{
document.write('<object width="'+width+'" height="'+height+'" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n<param name="src" value="'+path+'">\n<param name="controller" value="false">\n<param name="autoplay" value="'+autoplay+'">\n<embed src="'+path+'" width="'+width+'" height="'+height+'"\ncontroller="false" autoplay="'+autoplay+'" scale="tofit" cache="true" pluginspage="http://www.apple.com/quicktime/download/"></embed>\n</object>\n');
}
