var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Alec Saunders: Cheering for Katarina Witt on Battle of the Blades! She has the guts.... nay BALLS... to say what the other judges won't.
"; arnews[0] += "Cheering for Katarina Witt on Battle of the Blades! She has the guts.... nay BALLS... to say what the other judges won't."; arnews[0] += "
"; arnews[1]="Lex Kuhne: 60SecondBlog: @cbcbattle Great show, thanks for Katarina Witt and her two very special guests tonight. Will Claude Lemieux be...
"; arnews[1] += "60SecondBlog: @cbcbattle Great show, thanks for Katarina Witt and her two very special guests tonight. Will Claude Lemieux be... -"; arnews[1] += "
"; arnews[2]="Lex Kuhne: @cbcbattle Great show, thanks for Katarina Witt and her two very special guests tonight. Will Claude Lemieux be skating to The Turtles soon?
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="CTVOlympics: Please RT: Katarina Witt will not be carrying the torch in NL as planned. Keep following the torch at http://bit.ly/2vecrL
"; arnews[3] += "Please RT: Katarina Witt will not be carrying the torch in NL as planned. Keep following the torch at"; arnews[3] += "
"; arnews[4]="RT@muenchen2018org Munich 2018 Chair, Katarina Witt, has the honour of being VANOC Torchbearer. http://www.short-link.de/15084
"; arnews[4] += "RT@muenchen2018org Munich 2018 Chair, Katarina Witt, has the honour of being VANOC Torchbearer."; 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("
");document.write("
");