var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="John Dupuis: RT @Montreal_Expos RT @thomasdaigle: Dave Van Horne could read the list of ingredients on the side of a cereal box and it would sound epic.
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="Are the Montreal expos a team anymore http://chacha.com/q/19g0m9m
"; arnews[1] += "Are the Montreal expos a team anymore"; arnews[1] += "
"; arnews[2]="Catherine Lavallée-Welch: RT @Montreal_Expos: The Montreal Gazette's Jack Todd reviews Saturday's Expos panel @ Concordia University. http://bit.ly/1Dm5Uq #Expos #sjw
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="Concordia University: RT @Montreal_Expos: The Montreal Gazette's Jack Todd reviews Saturday's Expos panel @ Concordia University. http://bit.ly/1Dm5Uq #Expos #sjw
"; arnews[3] += "RT @Montreal_Expos: The Montreal Gazette's Jack Todd reviews Saturday's Expos panel @ Concordia University."; arnews[3] += "
"; arnews[4]="Concordia University: The Montreal Gazette's Jack Todd reviews Saturday's Expos panel at Concordia University. http://bit.ly/1Dm5Uq #Expos #sjw
"; arnews[4] += "The Montreal Gazette's Jack Todd reviews Saturday's Expos panel at Concordia University."; 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("
");