function insertMingshiSwf() {

	var myQueryString=document.location.search;
	if (myQueryString[0]='?')
	{
		myQueryString=myQueryString.substr(1, myQueryString.length-1);
	}
				
	document.write("<object  classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"800\" height=\"600\">")
	document.write("<param name=\"movie\" value=\"site08.swf\">")
	document.write("<param name=\"menu\" value=\"false\">")
	document.write("<param name=\"quality\" value=\"high\">")
	document.write("<param name=\"bgcolor\" value=\"#000000\">")
	document.write("<param name=\"FlashVars\" value=\""+myQueryString+"\">")
	document.write("<embed src=\"site08.swf\" menu=\"false\" quality=\"high\" bgcolor=\"#000000\" width=\"800\" FlashVars=\""+myQueryString+"\" height=\"600\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"> ")
	document.write("</object>")
}

