// Do not modify below this line.
var rows = 0;
document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">");
for(i=0; i < title.length; i++) {
	rows++;
	document.write("<tr><td valign='top'><strong>" + date[i] + " - " + title[i] + "</strong></td><td>&nbsp;&nbsp;</td><td valign='top'>" + summary[i] + "</td></tr>");
	if (i != title.length - 1) {
		document.write("<tr><td colspan='3'><BR><IMG border=0 height=1 src='art/11dot-g.gif' width=500><br><BR></td></tr>");
		rows++;
	}
}
document.write("</table>");

if(rows < 17) {
	for(n=0; n<(17-rows); n++)
		document.write("<br>");
}