var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "
When some legal messiness left \"America's Best Dance Crew\" one judge short for their fifth season, fans wondered who was real enough, raw enough and experienced enough to fill Shane Sparks' chair. Enter Omarion ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 17:17:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "MTV gets Omarion to replace Shane Sparks on “America’s Best Dance Crew.” According to Zap2it, MTV has gotten R&B superstar Omarion to replace choreographer, Shane Sparks on its hit dance reality show, “America’s Best Dance Crew.” This ...";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 21:08:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Omarion has signed on to become the newest judge of MTV’s America’s Best Dance Crew . The R&B singer will join existing judges Lil Mama and JC Chasez. The fifth season of the competitive dance series premieres Jan. 28";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 15:25:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "This week on America’s Best Dance Crew , it’s time for the East coast to show everyone what ... Last up from North Carolina was Saltare, which means “jump” in Latin. This group is made up of the sickest jump ropests ever! Omarion really ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 07:08:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "Last season, the East regionals produced one of the most talented crews to ever grace the stage of \"Randy Jackson Presents: America's Best Dance Crew\" with Rhythm City. Can it happen again with the five crews competing for the national show? Well ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 16:19:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "Chris Brown, Chrisette Michele, Nas and the Neptunes' Pharrell Williams are the latest celebrities added to the roster for BET's \"SOS Saving Ourselves: Help for Haiti\" telethon taking place at the American Airlines Arena in Miami tonight (Feb. 5 ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 20:22: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("");document.write("");