var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Miss April Joy: Vonzell Solomon - Anyone Who Had A Heart
";
arnews[0] += "Vonzell Solomon - Anyone Who Had A Heart -";
arnews[0] += "
";
arnews[1]="Thomas: RT @idoltracker 'Idol' chat with Vonzell Solomon now: http://tinyurl.com/czyq6l
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="@Syesha It's hilarious how you, Ramiele, and Vonzell Solomon are all from Florida and you guys are rooting for the Lakers. I LOVE IT! haha:D
";
arnews[2] += "@Syesha It's hilarious how you, Ramiele, and Vonzell Solomon are all from Florida and you guys are rooting for the Lakers. I LOVE IT! haha:D -";
arnews[2] += "
";
arnews[3]="@DavidCook1, Kelly Clarkson, Charles Grigsby, Fantasia, Vonzell Solomon, Katharine McPhee, Blake Lewis, David Archie, David Cook, Megan Joy
";
arnews[3] += "@DavidCook1, Kelly Clarkson, Charles Grigsby, Fantasia, Vonzell Solomon, Katharine McPhee, Blake Lewis, David Archie, David Cook, Megan Joy -";
arnews[3] += "
";
arnews[4]="Swine Flu Tracker: Some of my American Idol favorites include: Jennifer Hudson, Latoya London, @mdoolittle, Vonzell Solomon, Trenyce, and Mandisa. POWER VOCALS
";
arnews[4] += "Some of my American Idol favorites include: Jennifer Hudson, Latoya London, @mdoolittle, Vonzell Solomon, Trenyce, and Mandisa. POWER VOCALS -";
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("