var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cash Money CEO's To School Pace U Students - allhiphop.com
";
arnews[0] += "Cash Money Records’ CEO Ronald “Slim” Williams and Bryan “Birdman” Williams will make a high profile appearance at Pace University with their new hit artist Jay Sean on Monday (November 23). The brothers will take part in Pace University ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:31:00 GMT";
arnews[0] += "
";
arnews[1]="Maino To Debut New Video On Cinemax - allhiphop.com
";
arnews[1] += "Brooklyn rapper Maino will debut the video for his latest single \"Let's Make a Movie\" this weekend on Cinemax. \"Let's Make A Movie\" will premiere prior to the debut of the Notorious B.I.G. bio pic Notorious , which is slated to air at 10:00pm EST, on ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:21:00 GMT";
arnews[1] += "
";
arnews[2]="Saturday's TV Highlights: 'Robin Hood' learns he has a half-brother - Los Angeles Times Blogs
";
arnews[2] += "Celebrity Ghost Stories: Jay Thomas mistakenly used a tombstone in a home renovation (7 p.m. Biography). America's Most Wanted: America Fights Back: John Walsh travels to Eastern Europe to hunt down a drug lord who has led authorities on an ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:58:00 GMT";
arnews[2] += "
";
arnews[3]="Saturday's Highlights - Los Angeles Times
";
arnews[3] += "Celebrity Ghost Stories: Jay Thomas mistakenly used a tombstone in a home renovation (7 p.m. Biography). America's Most Wanted: America Fights Back: John Walsh travels to Eastern Europe to hunt down a drug lord who has led authorities on an ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:09:00 GMT";
arnews[3] += "
";
arnews[4]="Sean "Diddy" Combs Comes to a Friendlier Bay Area - NBC Bay Area
";
arnews[4] += "If further evidence was needed that the West Coast-East Coast hip hop rivalry has ended here it is: Sean \" Diddy \" Combs will be in the Bay Area today. The former Notorious B.I.G. sidekick found himself in the middle of the coastal rap wars of the ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 14:06:00 GMT";
arnews[4] += "
";
arnews[5]="Sean "Diddy" Combs Flakes on the Bay Area - NBC Bay Area
";
arnews[5] += "Sean \" Diddy \" Combs could finally have put to rest any lingering questions whether the West Coast-East Coast hip hop rivalry was dead. But the hip hop star cancelled a scheduled Bay Area apperence Monday. The former Notorious B.I.G. sidekick found ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 19:42:00 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("