document.write("" +
	"<object classid=\"clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b\" width=\"" + width + "\" height=\"" + height + "\" codebase=\"http://www.apple.com/qtactivex/qtplugin.cab\">" +
	"	<param name=\"src\" value=\"" + movieFile + "\" />" +
	"	<param name=\"autoplay\" value=\"true\" />" +
	"	<param name=\"controller\" value=\"true\" />" +
	"	<embed src=\"" + movieFile + "\" width=\"" + width + "\" height=\"" + height + "\" autoplay=\"true\" controller=\"true\" pluginspage=\"http://www.apple.com/quicktime/download/\" />" +
	"</object>");
