list.html is not loading. Is this the correct way to load html file?
<div id="subscription"> </div>
<script>
var i;
for (i = 0; i < 5; i++) {
document.getElementById("subscription").innerHTML = '<object type="text/html" data="list.html"></object>'
}
</script>