function Footer(data) { this.data = data; this.init=function() { this.container = getElement("footer"); this.root = dots; var str = "
"; str += "
"; this.container.innerHTML = str; }; } var footer = new Footer(footerNav);