var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bill Reiss: RT @KimKardashian: Vote for Kelly Osbourne on Dancing W the Stars!!!!! @MissKellyO 18008683416 !!! CALL NOW!
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Mya? Donny? Kelly? Who will win 'Dancing'? - msnbc.com
";
arnews[1] += "Mya? Donny? Kelly? Who will win 'Dancing'? - msnbc.com -";
arnews[1] += "
";
arnews[2]="Goblog.Search4i.com: Who will win Dancing Mya or Donny or Kelly
";
arnews[2] += "Who will win Dancing Mya or Donny or Kelly -";
arnews[2] += "
";
arnews[3]="search4i: Who will win Dancing Mya or Donny or Kelly
";
arnews[3] += "Who will win Dancing Mya or Donny or Kelly -";
arnews[3] += "
";
arnews[4]="David Brown: ABC Dancing with the Stars 2009 cast finals: Vote for Kelly Osbourne – Examiner.com: The Daily InquirerA.. http://bit.ly/08wF8ad
";
arnews[4] += "ABC Dancing with the Stars 2009 cast finals: Vote for Kelly Osbourne – Examiner.com: The Daily InquirerA..";
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("