var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Highlights From National PTA Reflections Art Exhibit Opening at U.S. Department of Education
";
arnews[0] += "National PTA and the U.S. Department of Education honored students last week Friday for their award-winning artwork from PTA's Reflections Program.";
arnews[0] += "
Publ.Date : Wed, 20 Jan 2010 23:20:03 GMT";
arnews[0] += "
";
arnews[1]="3rd Annual BET Honors
";
arnews[1] += "Gabrielle Union was one of the few at this event that didn't bore me along with Taraji.";
arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 04:47:06 GMT";
arnews[1] += "
";
arnews[2]="BET Honors AfterParty
";
arnews[2] += "The BET Honors post party at the Ronald Reagan Building and International Trade Center was a continuation of the glitz and glam of the award show.";
arnews[2] += "
Publ.Date : Sat, 16 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Events: 3rd Annual Bet Honors in Washington D.C.
";
arnews[3] += "The 3rd Annual BET Honors was held at the Warner Theatre in Washington D.C. on Saturday night .";
arnews[3] += "
Publ.Date : Sun, 17 Jan 2010 20:16:20 GMT";
arnews[3] += "
";
arnews[4]="Student Artworks 'Wow' U.S. Department of Education
";
arnews[4] += "The National PTA and U.S. Department of Education will showcase award winning artwork from over 40 students nationwide in a special exhibit celebrating National PTA's Reflections Program and its long-standing commitment to providing opportunities for children to receive recognition for their artistic ingenuity.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 20:11:07 GMT";
arnews[4] += "
";
arnews[5]="'Precious' tops NAACP nominations
";
arnews[5] += "The heart-wrenching story of an illiterate and abused Harlem teen who finds hope in a classroom of misfits led the nominations announced Wednesday for the 41st annual NAACP Image Awards.";
arnews[5] += "
Publ.Date : Wed, 06 Jan 2010 15:26:58 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("