numcols = 4;
cellOpener = "		<td width='" + (100/numcols) + "%'  class='body2'>";
document.write("<table width='100%'>");
document.write("	<tr>");
document.write(cellOpener);
//                                                       bac-artscouncil.cfm
document.write("			<center><a href='arts_council.cfm' class='body2'><b>Arts Home</b></a></center></td>");
document.write(cellOpener);
//                                                       bac-schedule.cfm
document.write("			<center><a href='bac_schedule.cfm' class='body2'><b>Schedule</b></a></center></td>");
document.write(cellOpener);
//                                                       bac-artscouncil.cfm
document.write("			<center><a class='body2' href='arts_council.cfm' onclick='window.open(");
document.write('                                                                                "bac-calgen.htm", "cal"');
document.write("                                                                                                        );'><b>Calendar</b></a></center></td>");
document.write("</tr></table>");
