var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Upcoming Events in the Legal Community: November 13, 2009
";
arnews[0] += "TODAY, Fri., Nov. 13, Brooklyn Law School Annual Alumni Luncheon, 12-2 p.m. Dean Joan G. Wexler and the Brooklyn Law School Alumni Association invite alumni to their annual luncheon, honoring alumni of the year: Hon.";
arnews[0] += "
Publ.Date : Fri, 06 Feb 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Upcoming Events in the Legal Community: November 12, 2009
";
arnews[1] += "TODAY, Nov 12, Brooklyn Law School Film Screening & Panel Discussion, 7 p.m. \"No Place Like Home: The Fight Against Gentrification in Downtown Brooklyn,\" narrated by Kevin Powell, a documentary film by Families United for Racial and Economic Equality .";
arnews[1] += "
Publ.Date : Fri, 06 Feb 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Odd Couple, or Where Coffee Grounds and Mushroom Meet
";
arnews[2] += "BTTR Ventures has a thing about mushrooms, while Peet's Coffee & Tea of course has a very big thing about coffee .";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 10:50:55 GMT";
arnews[2] += "
";
arnews[3]="Upcoming Events in the Legal Community: November 10, 2009
";
arnews[3] += "TODAY, Tues. Nov. 10, CLE: Practice of Criminal Law, 6-8 p.m. Speakers: Judges Miriam Cyrulnik, Brooklyn Criminal Court, and Barry Kamins, administrative judge for Criminal Matters, 2nd Judicial District; and attorneys George A. Farkas and Michael C. Farkas.";
arnews[3] += "
Publ.Date : Fri, 06 Feb 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Upcoming Events in the Legal Community: November 9, 2009
";
arnews[4] += "TODAY, Nov. 9, CLE: Finding Materials in the Library, 6-7 p.m. Speakers: Jacqueline Cantwell and Brenda Pantell, senior law librarians, Brooklyn Supreme Court.";
arnews[4] += "
Publ.Date : Fri, 06 Feb 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Upcoming Events in the Legal Community: November 6, 2009
";
arnews[5] += "Mon. Nov. 9, CLE: Finding Materials in the Library, 6-7 p.m. Speakers: Jacqueline Cantwell and Brenda Pantell, senior law librarians, Brooklyn Supreme Court.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 20:25:28 GMT";
arnews[5] += "
";
arnews[6]="Upcoming Events in the Legal Community: November 5, 2009
";
arnews[6] += "TODAY, Nov. 5, CLE: Foreclosure Intervention, 6-8 p.m. Speakers: Attorneys Jaime Lathrop, director, Foreclosure Prevention Program, Volunteer Lawyers Project, and Alice Nicholson.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 21:41:52 GMT";
arnews[6] += "
";
totcount = 7;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("