function InsertMovie(url) {
	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="720" HEIGHT="396" BGCOLOR="#000000" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
	document.write('<PARAM NAME="src" VALUE="'+url+'">\n');
	document.write('<PARAM NAME="autoplay" VALUE="true">\n');
	document.write('<PARAM NAME="bgcolor" VALUE="#000000">\n');
	document.write('<PARAM NAME="CONTROLLER" VALUE="true">\n');
	document.write('<EMBED SRC="'+url+'" WIDTH="720" HEIGHT="396" BGCOLOR="#000000" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">\n');
	document.write('</EMBED>\n');
	document.write('</OBJECT>\n');
}







