<script>
var table = document.createElement("table");
table.tHead = null;
table.tFoot = null;
</script>