var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tupac Shakur - A.V. Club
";
arnews[0] += "So much has been written about rapper and actor Tupac Shakur since his 1996 shooting death that anyone attempting to cover his life is at a disadvantage when it comes to finding new angles. But because he traversed so many important cultural ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 06:12:00 GMT";
arnews[0] += "
";
arnews[1]="EUR Book Look: ‘Tupac Shakur: The Life of an American Icon’ - EURweb
";
arnews[1] += "“ His life had been a series of new addresses, hunger pangs, political meetings, and scary questions from FBI agents. Since early childhood, he had fought to survive.” — TUPAC SHAKUR: The Life of An American Icon “ Hip-hop’s greatest gifts ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 17:47:00 GMT";
arnews[1] += "
";
arnews[2]="After Tupac and D Foster - School Library Journal
";
arnews[2] += "After Tupac and D Foster (unabr.). 3 CDs. 3:13 hrs. Brilliance Audio. 2009. ISBN 987-1-4233-9805-9. $39.97. Gr 6-10 –Susan Spain’s sensitive narration captures the strong emotional nature of Jacqueline Woodson’s Newbery Honor book (Putnam, 2008 ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 14:53:00 GMT";
arnews[2] += "
";
arnews[3]="Usher’s Official Cover Art For New CD Unveiled - EURweb
";
arnews[3] += "*Faith Evans will document her return to the music industry after a five-year hiatus in the new reality series, “It’s All About Faith,” due later this year from producers E1 Television and E1 Music. The series, co-produced by Evans and Ten2One ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:19:00 GMT";
arnews[3] += "
";
arnews[4]="Armstrong Donates $250,000 To Haitian Relief - The Gaea Times
";
arnews[4] += "Cycling ace LANCE ARMSTRONG’s Livestrong foundation has pledged $250,000 (?156,250) to support relief charities working to rebuild earthquake-devastated Haiti . The former Tour de France champion is giving generously to help those left homeless ...";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 09:30:00 GMT";
arnews[4] += "
";
totcount = 5;
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("