var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Dr. Blogstein: We wont have a Blogstein Gold Medalist :( RT @Extreme_Twizzle Kimmie Meissner will not B a contender 4 the 2010 Games due 2 injury.
"; arnews[0] += "We wont have a Blogstein Gold Medalist :( RT @"; arnews[0] += "
"; arnews[1]="Ice Patch: Injuries Cost Local Figure Skating Star Her Chance at ...
"; arnews[1] += "Ice Patch: Injuries Cost Local Figure Skating Star Her Chance at ... -"; arnews[1] += "
"; arnews[2]="Ice Patch: Injuries Cost Local Figure Skating Star Her Chance at Second Olympics
"; arnews[2] += "Ice Patch: Injuries Cost Local Figure Skating Star Her Chance at Second Olympics -"; arnews[2] += "
"; arnews[3]="Matt Luizza: Vote for Kimmie Meissner as Baltimore's biggest celebrity @ (http://is.gd/4n0vY) So far she is ahead in her leg of round 1!
"; arnews[3] += "Vote for Kimmie Meissner as Baltimore's biggest celebrity @ ("; arnews[3] += "
"; arnews[4]="Kimmie Meissner to skip Grand Prix series, will likely miss Olympics - http://shar.es/1kAvJ
"; arnews[4] += "Kimmie Meissner to skip Grand Prix series, will likely miss Olympics -"; 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("
");