var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "Well, we all know Lindsay Lohan isn't really the brightest bulb in the world. But if she wants her music career to take off so badly, why would she turn down a collaboration with someone like Ne-Yo? Not exactly Lindsay's smartest decision. Why isn't ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:14:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "(RTTNews) - Ne-Yo has teamed up with Macy's department stores to form a new campaign - RESPECT! - to help raise awareness for the prevention of domestic violence. The singer debuted a song called \"Heroes\" earlier this week on Late Night with David ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:08:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Ne-Yois on Team
Rihanna. One year after
Chris Browninfamously beat up his then-girlfriend, the R&B star spoke out against domestic violence at Meatpacking hot spot SL. \"What happened between Chris Brown and Rihanna was ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 06:06:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "NE-YO has cast doubt on LINDSAY LOHAN's pop return after the actress/sing= er abandoned plans to record more songs with the R&B hitmaker. The Miss Independent singer worked with Lohan in 2008 on her single Bos= sy and made arrangements to head back ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 01:59:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "R&B singer Ne-Yo has spoken out about Chris Brown’s attack on singer Rihanna. Ne-Yo arrived and walk the black carpet at the Hennessy Artistry Finale event which featured performances by Leona Lewis, Ne-Yo and Fabolous, held at Gotham Hall, near ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 21:15: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("");document.write("");