<!--This script rotates the featured faculty... --> 




<!--

today=new Date();
jran=today.getTime();
var number = 10;
var random_number="";
var image="";
var text_color="";
var name="";
var year="";
var text="";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number = Math.ceil( (jran/(im*1.0)) *number);


// Loads the appropriate image and text color and caption based on random number.
// you need to type in the info here. Becareful 
//what characters you use -- all on one line is necessary




if (random_number==1) {
text_color="black";
image="images/features/benton_melissa.jpg";
name="Melissa Benton";
year="Class of 2009";
text="Melissa Benton interned last summer in the Criminal Division of the Lucas County Prosecutor’s Office in Toledo, OH. As a legal intern, Melissa assisted trial attorneys with case preparation, legal research, drafting of motions, and assisted with discovery and witness interviews.";
}

if (random_number==2) {
text_color="black";
image="images/features/burlage_rachel.jpg";
name="Rachel Burlage";
year="Class of 2009";
text="Rachel Burlage worked as a law clerk last summer at Ohio State Legal Services Association (OSLSA), a non-profit provider of legal services founded by the Ohio State Bar Association in 1966. Rachel assisted low-income residents with a variety of legal issues as an 'intake specialist' and legal researcher.";
}


if (random_number==3) {
text_color="black";
image="images/features/clyde_kathleen.jpg";
name="Kathleen Clyde";
year="Class of 2008";
text="Kathleen Clyde, the 2007 Porter Wright Morris & Arthur LLP PILF Fellow, worked as a law clerk last summer at the Brennan Center for Justice at the NYU School of Law in New York City. Her placement was with the Voting Rights and Elections section. She assisted the Brennan Center staff in research, litigation, legislative drafting and counseling, and public education on a wide range of issues including improving election systems nationally and ensuring access to elections for all citizens.";
}


if (random_number==4) {
text_color="black";
image="images/features/griffiths_dylan.jpg";
name="Dylan Griffiths";
year="Class of 2009";
text="Dylan Griffiths served as a summer intern at the Federal Public Defender for the Southern District of Ohio in Columbus, which provides legal services and representation for indigent criminal defendants. Dylan performed a variety of legal duties including preparing trial, hearing, and appeal materials. Dylan also assisted with legal research and memo drafting in addition to accompanying counsel on client visits to local jails for consultation.";
}


if (random_number==5) {
text_color="black";
image="images/features/jory_katie.jpg";
name="Katie Jory";
year="Class of 2009";
text="Katie Jory worked as a law clerk for Ohio State Legal Services Association (OSLSA), at its state support center, working to prevent and solve legal problems that affect Ohioans living in poverty. Katie also assisted clients with tax assistance.";
}


if (random_number==6) {
text_color="black";
image="images/features/laing_rachel.jpg";
name="Rachel Laing";
year="Class of 2009";
text="Rachel Laing clerked at Community Refugee and Immigration Services (CRIS), the only non-profit organization in Central Ohio that provides immigration related legal services and representation. Rachel assisted with on-site client intakes, processing for green cards and naturalization, in addition to legal research and writing.";
}


if (random_number==7) {
text_color="black";
image="images/features/manay_renato.jpg";
name="Renato Manay";
year="Class of 2009";
text="Renato Manay served as a summer legal intern at the Office of the Public Defender in San Francisco, CA. The mission of the San Francisco Public Defender's Office is to provide vigorous, effective, and ethical legal representation to persons who are accused of crime and cannot afford to hire an attorney. As a summer intern, Renato assisted an experienced attorney with in and out-of-custody client interviews, legal research, and writing projects, trial preparation and assisting at trials and hearings.";
}


if (random_number==8) {
text_color="black";
image="images/features/mcdermott_julie.jpg";
name="Julie McDermott";
year="Class of 2009";
text="Julie McDermott worked as a law clerk for Ohio State Legal Services Association (OSLSA), helping low-income clients at both the state support center in Columbus and the direct services program in southeast Ohio.";
}


if (random_number==9) {
text_color="black";
image="images/features/montalvo_adrienne.jpg";
name="Adrienne Montalvo";
year="Class of 2008";
text="Adrienne Montalvo worked as a legal intern at the National Immigration Project in Boston, MA. The National Immigration Project is comprised of immigration attorneys, public defenders, legal workers, grassroots advocates, and others working to defend immigrant rights through the promotion of social justice and equal treatment of immigrants and non-citizens including crime victims, detainees, and individuals with HIV. As a legal intern, Adrienne supported staff attorneys with legal research and writing.";
}


if (random_number==10) {
text_color="black";
image="images/features/staley_sarah.jpg";
name="Sarah J. Staley";
year="Class of 2009";
text="Sarah J. Staley, the 2007 Ohio Legal Assistance Foundation PILF Fellow, worked as a summer law clerk at the Equal Justice Foundation (EJF), a non-profit law firm in Columbus, OH. EJF's primary mission is the direct representation of individuals and organizations in impact litigation or cases raising issues of statewide significance for low-income persons. During the summer, Sarah's primary responsibilities included conducting legal research, drafting legal memoranda, and serving as an intake specialist for EJF's clients.";
}


// End -->