var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kirk: RT @shach7: #bestfeeling When Nia Long & Sanaa Lathan squabbled over who would get 2 dine with me 1st. OH WAIT. That was a dream...
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Prima Bloggerrina: RT @Phillythaboss: #CelebrityPerfumes "Getchu RockHard" by Toni Baxton, Megan Goode, Nia Long & Sanaa Lathan "make u Limp/Soft" by Oprah
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Will be interviewing Miss Nia Long this weekend! What questions do you rising black british actresses have for her?
";
arnews[2] += "Will be interviewing Miss Nia Long this weekend! What questions do you rising black british actresses have for her? -";
arnews[2] += "
";
arnews[3]="Miss BB has cutbacks for the sake of Nia Long and Ainslee Shafto. Poor girls weren't given a shoot like last year's contestants. *bad times*
";
arnews[3] += "Miss BB has cutbacks for the sake of Nia Long and Ainslee Shafto. Poor girls weren't given a shoot like last year's contestants. *bad times* -";
arnews[3] += "
";
arnews[4]="In the Colourful Studio, http://is.gd/4PrhI Colourful Radio on Digital Radio & on Mobile. Today Nia Long int & Lucie Jones talks X-Factor
";
arnews[4] += "In the Colourful Studio,";
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("