// function backlink() { this.text = 'Go Back'; this.type = 'link'; this.write = backlink_write; this.form = true; } function backlink_write() { if (! window.history) return; if (window.history.length == 0)return; this.type = this.type.toLowerCase(); if (this.type == 'button') { if (this.form) document.write('