label.setAttribute('fgcolor', this.hoverColor); label.setText(makeTags(this.hoverTags)+this.text); label.setAttribute('fgcolor', this.color); label.setText(this.text); LzBrowser.loadURL(this.href, this.target) 1) return tags; var s = ''; tags = tags.split(' '); for (var i = 0; i < tags.length; i++) { s += '<' + tags[i] + '>'; } return s; ]]>