



function InsertMovie(movieAddress){
	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="255" HEIGHT="200" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">');
	document.write('<param name="src" value="'+movieAddress+'">');
	document.write('<PARAM NAME="controller" VALUE="FALSE">');
	document.write('<EMBED  WIDTH="255" HEIGHT="200" CONTROLLER="FALSE" TARGET="myself" SRC="'+movieAddress+'" autostart="true" loop="false" type="video/quicktime" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED>');
	document.write('</object>');
	}
