var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Being true to black history makers
";
arnews[0] += "The news media is fascinated with anniversaries, especially those ending in round numbers.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:54:23 GMT";
arnews[0] += "
";
arnews[1]="Anne Hathaway Thinks Her Features Are 'Weird'
";
arnews[1] += "Anne Hathaway talked candidly with InStyle magazine about her looks, her style and who she admires in Hollywood.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:25:15 GMT";
arnews[1] += "
";
arnews[2]="Anne Hathaway On Her a oeWeird Featuresa and Surprising Style Icons
";
arnews[2] += "Anne Hathaway looks as unequivocally gorgeous and radiant as ever on the March cover of InStyle - though she's probably the only person out there who doesn't see it: \"I think I've got really weird features.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:37:05 GMT";
arnews[2] += "
";
arnews[3]="Ribkat and Josy B. Release Their Debut Record "Theory of Addicts"
";
arnews[3] += "Los Angeles, CA a ' The collaboration between rhyme-master Ribkat and female-phenom Josy B. came full circle in December's release of their debut record, \"Theory of Addicts\". The duo combines 80s electronica and dance with early 90s hip-hop influences that produce a fresh new sound that gets your body moving.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 22:47:24 GMT";
arnews[3] += "
";
arnews[4]="A Lesson In Monster Taxonomy
";
arnews[4] += "If nothing else, the arrival of Hellboy II: The Golden Army illustrates director Guillermo del Toro's recipe for nightmarish movie monsters, as seen in 2006's Oscar-winning Pan's Labyrinth.";
arnews[4] += "
Publ.Date : Fri, 11 Jul 2008 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Many who struggled for rights go unsung
";
arnews[5] += "The news media are fascinated with anniversaries, especially those ending in round numbers.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 21:20:04 GMT";
arnews[5] += "
";
arnews[6]="Letters: 1960 sit-ins for civil rights still inspire people today
";
arnews[6] += "Opinionline Archives 1960 sit-ins for civil rights still inspire people today Gilbert H. Caldwell - Asbury Park, N.J. Fifty-five years ago, I graduated from North Carolina A&T College.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 08:08:12 GMT";
arnews[6] += "
";
arnews[7]="Caught! James Franco Makes Elevator Friend
";
arnews[7] += "PopSugar BuzzSugar Today 3:27 PM PST by Ted Casablanca George Pimentel/Getty Images James Franco hitting up the Damien Hirst opening at the Gagosian Gallery in NYC recently.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 23:27:23 GMT";
arnews[7] += "
";
totcount = 8;
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("