var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Diddy Goes "Hard" In Las Vegas, "I'm The Black Sinatra, I'm Supposed ... - SOHH
";
arnews[0] += "Yung Joc Announces Bad Boy/Block Ent. Freedom, \"I Just Got My Release\" Diddy Opens Up About Cheating On Women, \"I Probably Get Scared & Become A Little Self-Destructive\" Diddy On \"Last Train To Paris\" LP, \"The Most Vulnerable Album I've Ever Been ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 15:10:00 GMT";
arnews[0] += "
";
arnews[1]="Diddy On Shyne Being Deported, "He Did His Time & Deserves To Come ... - SOHH
";
arnews[1] += "Diddy Goes \"Hard\" In Las Vegas, \"I'm The Black Sinatra, I'm Supposed To Be Out Here\" Yung Joc Announces Bad Boy/Block Ent. Freedom, \"I Just Got My Release\" Master P On Shyne's Rap Game Return, \"Hip-Hop Is At An All-Time Low Right Now\" [Audio] Shyne ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:20:00 GMT";
arnews[1] += "
";
arnews[2]="Atlanta Hawks Making the NBA Take Notice - Bleacherreport.com
";
arnews[2] += "When experts were asked who would be contending for an NBA Championship in 2009-10, I believe they mentioned the following teams: Cleveland Cavaliers, San Antonio Spurs, Boston Celtics, Los Angeles Lakers, and Orlando Magic. I don't think any of them ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 22:45:00 GMT";
arnews[2] += "
";
totcount = 3;
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("