var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="CTVOlympics: Joubert claim gold at NHK Trophy: Former world champions Miki Ando and Brian Joubert claimed gol... http://bit.ly/1kkau9
";
arnews[0] += "Joubert claim gold at NHK Trophy: Former world champions Miki Ando and Brian Joubert claimed gol...";
arnews[0] += "
";
arnews[1]="iwomensports: RT @iwomensports Miki Ando on Course for Olympics-iwomensports http://bit.ly/1f31iq
";
arnews[1] += "iwomensports: RT @iwomensports Miki Ando on Course for Olympics-iwomensports";
arnews[1] += "
";
arnews[2]="CBC Sports: FIGURE SKATING: Ando grabs 2nd Grand Prix gold in Japan
";
arnews[2] += "FIGURE SKATING: Ando grabs 2nd Grand Prix gold in Japan -";
arnews[2] += "
";
arnews[3]="tokitama: RT @goldenskate: Miki Ando - Figure Skating News: http://bit.ly/19qwKB
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="tokitama: Miki Ando “I was just lucky” (via Miki Ando - Figure...
";
arnews[4] += "Miki Ando “I was just lucky” (via Miki Ando - Figure... -";
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("