// JavaScript Document
function insertempx()
{
	document.write("<object classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" width=\"320\" height=\"256\" codebase=\"http://www.apple.com/qtactivex/qtplugin.cab\">\n");
	document.write("<param name=\"src\" value=\"videos/EmperorX.mov\">");
	document.write("<param name=\"autoplay\" VALUE=\"true\">");
	document.write("<param name=\"controller\" VALUE=\"true\">");
	document.write("<embed src=\"videos/EmperorX.mov\" width=\"320\" height=\"256\" autoplay=\"true\" controller=\"true\" pluginspage=\"http://www.apple.com/quicktime/download/\">");
	document.write("</embed> </object>");
}