// headline link and text arrays// final line of each array must not have trailing ","linkList = new Array(	"http://www.yale.edu/living/cultural.html",	"http://www.yale.edu/living/cultural.html",	"http://www.yale.edu/opa/yb&c/index.html",	"http://www.yale.edu/about/tour.html",	"http://www.yale.edu/subscribe"	)// final line must not have trailing ","textList = new Array(	"<b>this fall &nbsp;</b> Arts events: information on Yale concerts, exhibitions, films, and theater",	"<b>this fall &nbsp;</b> Arts events: information on Yale concerts, exhibitions, films, and theater",	"<b>this week&nbsp;</b> Calendar: click here to view Yale University's calendar of events",	"<b>Click here to view the Yale College online tour</b>",	"<b>Click here for Yale event e-mail subscription service</b>"	)