function Word(word_id, word, link, content) {this.word_id = word_id; this.word = word; this.link = link; this.content = content;} var words = new Array(); document.write(''); document.write('');