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

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

function load() { }

function GUnload() { }
