var myObjectElement = document.createElement('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="290" height="280"></object>');
var myParamElement1 = document.createElement('<param name="movie" value="/images/notice/top_img.swf">');
var myParamElement2 = document.createElement('<param name="quality" value="high">');
	
myObjectElement.appendChild(myParamElement1);
myObjectElement.appendChild(myParamElement2);

embedControlLocation1.appendChild(myObjectElement);