var bulletin = new Array ();
bulletin[0] = "bulletinboard.htm#babycoop";
bulletin[1] = "bulletinboard.htm#babyhs";
bulletin[2] = "bulletinboard.htm#foodpantry";
bulletin[3] = "bulletinboard.htm#wic";
bulletin[4] = "bulletinboard.htm#juiceplus";
bulletin[5] = "bulletinboard.htm#mrvic";

var text = new Array ();
text[0] = "babysitting co-op";
text[1] = "ABRHS babysitters";
text[2] = "Acton Food Pantry";
text[3] = "WIC";
text[4] = "Juice Plus+&#0174;";
text[5] = "Mr. Vic";


document.write("<a href=\""+ bulletin[0] +"\" title=\"Go to listing for "+ text[0] +"\">"+ text[0] +"</a>");
document.write("<a href=\""+ bulletin[1] +"\" title=\"Go to listing for "+ text[1] +"\">"+ text[1] +"</a>");
document.write("<a href=\""+ bulletin[2] +"\" title=\"Go to listing for "+ text[2] +"\">"+ text[2] +"</a>");
document.write("<a href=\""+ bulletin[3] +"\" title=\"Go to listing for "+ text[3] +"\">"+ text[3] +"</a>");
document.write("<a href=\""+ bulletin[4] +"\" title=\"Go to listing for "+ text[4] +"\">"+ text[4] +"</a>");
document.write("<a href=\""+ bulletin[5] +"\" title=\"Go to listing for "+ text[5] +"\">"+ text[5] +"</a>");
