



function InsertMovie(movieAddress){
	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="232" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">');
	document.write('<param name="src" value="'+movieAddress+'">');
	document.write('<EMBED  WIDTH="320" HEIGHT="232" CONTROLLER="TRUE" 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>');
	}
