var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Politician Betsy Markey, actress Tracee Ellis Ross encourage young women to look to the future
";
arnews[0] += "Faviola Juarez, a soft-spoken high school senior, wants to be the first in her family to attend college, but she sometimes worries that a difficult past could block her way.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:18:27 GMT";
arnews[0] += "
";
arnews[1]="First lady to lead mentoring sessions
";
arnews[1] += "A variety of actresses, Obama administration officials and members of Congress will join first lady Michelle Obama for a series of mentoring activities Monday in Denver.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Actresses, administration officials join Michelle Obama for Denver mentoring event Monday
";
arnews[2] += "A variety of actresses, Obama administration officials and members of Congress will join first lady Michelle Obama for a series of mentoring activities in Denver Monday.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="SPOTTED: TRACEE / ESTELLE / MARIAH / GABOUREY / LEONA / EVE / VERONICA / JUNE / MELODY
";
arnews[3] += "Actress Tracee Ellis Ross laughs on the phone whilst strolling through New York's Soho.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 00:19:22 GMT";
arnews[3] += "
";
arnews[4]="Lee, Monk, Ross & Wilson Join Love, Loss, and What I Wore on January 6th
";
arnews[4] += "Producer Daryl Roth announced today that Michele Lee , Tony Award-winner Debra Monk , Tracee Ellis Ross and Casey Wilson will join the rotating cast of Love, Loss and What I Wore.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 20:45:47 GMT";
arnews[4] += "
";
arnews[5]="Lee, Monk join 'Wore' cast
";
arnews[5] += "Michele Lee and Debra Monk are among the actresses joining the rotating cast of Off Broadway play 'Love, Loss and What I Wore' in January.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 21:15:06 GMT";
arnews[5] += "
";
totcount = 6;
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("