// Do not modify below this line.
for(i=0; i < title.length; i++) {
	document.write("<br><strong>" + date[i] + "</strong> - <a href='events.htm' border='0'>" + title[i] + "</a><br>");
	if (i != title.length - 1)
		document.write("<BR><IMG border=0 height=1 src='art/11dot-g.gif' width=150><BR>");
}