<object id="obj1" ...>....</object>
<script type="text/javascript">
  var obj=$("obj1");
  document.write(obj.write());
</script>