var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lloyd Banks Prepared To Carry G-Unit, "Look Forward To Me, I'm The ... - SOHH
";
arnews[0] += "Calling himself the future of G-Unit , the \"Punch Line King\" said his crew is here to stay in rap. Last September, Banks touched to his chemistry with Yayo and Fif. \"Oh yeah, that sh*t is crazy,\" Banks told DJ Whoo Kid about an upcoming mixtape he's ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:31:00 GMT";
arnews[0] += "
";
arnews[1]="Hip-Hop Rumors: Diddy's Baby Moms Spar? Foxy Leaker Revealed? Buck ... - allhiphop.com
";
arnews[1] += "I remember Baby did an interview with AHH Radio and he talked about how uncomfortable he was with Lil Wayne going to jail. Even though I heard that certain people are going to make sure nothing happens to Wayne in jail, Baby is having a hard time ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 03:25:00 GMT";
arnews[1] += "
";
arnews[2]="Cornered! A Weekly CD Review. - New University Newspaper
";
arnews[2] += "Usually, when a young rapper bursts onto the scene to massive success, he’s got a ‘posse,’ a ‘unit,’ or ‘inc.’ waiting in the wings. This posse waits patiently to take advantage of the fame and success of the first rapper. First the ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 07:46:00 GMT";
arnews[2] += "
";
arnews[3]="UPDATE: Danger Reportedly Cleared In Arson Investigation - SOHH
";
arnews[3] += "\"Love Of Ray J\" Star Detained By Police After Complex Catches Fire Danger Admits To Lying About Ray J & Young Buck, \"I Need To Stop F*cking Up\" Ray J Denies New Allegations \"I Still Got Love For Danger [But] I'm Not Gay\" UPDATE: Young Buck Defends ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 17:34:00 GMT";
arnews[3] += "
";
arnews[4]="Buckmasters’ Battle Deer on OLN ‘Buckmasters - New University Newspaper
";
arnews[4] += "Buckmasters’ also supports young hunters with a segment called ‘Young Buck’s Outdoors,’ which is hosted by the loveable puppets Droptine, a charming, self-hating deer (a droptine is a part of a whitetail deer’s antler), and Shotgun Red, a ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 11:58:00 GMT";
arnews[4] += "
";
arnews[5]="From king to spy, Jonathan Rhys Meyers has fun - AZCentral.com
";
arnews[5] += "He's a young buck. I don't think John wanted to come in and play a young buck. . . . He's a guy coming from a different place. He kills when he has to, and he has to. Q: You always hear good things about Travolta from his co-stars. Was that your ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 18:52: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("