function sponsor(link, linktext, text) { this.link = link; this.linktext = linktext this.text = text } sponsors = new Array ( );