var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ray J Has It Out With Cocktail During 'For The Love of Ray J 2 ... - Baller Status
";
arnews[0] += "The reunion show for Ray J's VH1 reality show, \"For The Love of Ray J 2,\" got a little crazy as it came to a close on Monday evening (February 8), when \"Season 1\" winner Cocktail showed up and aired out Ray's cheating ways and \"Hollywood\" attitude ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:14:00 GMT";
arnews[0] += "
";
arnews[1]="Cocktail makes an appearance on For The Love Of Ray J 2 Reunion - Gather.com
";
arnews[1] += "Surprise, Surprise Ray J smashed the homies too! Cocktail aka Joanna, season 1 winner from For The Love Of Ray j didn't hold nothing back when she tried to warn Mz. Berry, season two winner about Ray J multitude of women and his many sexcapades ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[1] += "
";
arnews[2]="For The Love Of Ray J” Reunion Episode Grabs Many Eyeballs - Thaindian.com
";
arnews[2] += "Feb 9, (THAINDIAN NEWS) The reunion episode of the popular dating show “For the Love of Ray J” starring R&B star Ray J received wide viewership when it was aired on Monday night. Anticipation was running high regarding the reunion segment of the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:51:00 GMT";
arnews[2] += "
";
arnews[3]="Read all 'ray j and mz berry break up' posts in Crimesider - CBS News
";
arnews[3] += "NEW YORK - After a commanding performance at the Grammy Awards ceremony, Lil Wayne, one of music's biggest sellers and rap's hottest stars, is probably going to jail today. The Grammy-winning artist will appear in court Tuesday for sentencing for a ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:33:00 GMT";
arnews[3] += "
";
arnews[4]="Ray J and Jaguar pick up where they left off in the For the Love of ... - Gather.com
";
arnews[4] += "For the Love of Ray J 2 reunion; This should be interesting For the Love of Ray J 2 reunion - video Kendra Wilkinson Super Bowl cry baby; Hubby Hank Baskett is a sore loser Please provide details below to help Gather review this content. If it is ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 03:21: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("