function viewObj(html) { 
   document.write(html); 
} 

var owmp="";
owmp='<OBJECT ID="Exobud" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject" width="0" height="0" border="1" style="width:22px;height:14px;" >';
owmp=owmp + '<param name="enableContextMenu" value="false">';
owmp=owmp + '<param name="uiMode" value="none">';
owmp=owmp + '</OBJECT>';
viewObj(owmp);