var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Washington Capitals: WATCH: Official Pregame show with MIke Vogel - http://bit.ly/1dmBcI http://bit.ly/2U17Il
"; arnews[0] += "WATCH: Official Pregame show with MIke Vogel -"; arnews[0] += "
"; arnews[1]="Washington Capitals: Dump N' Chase: "Life Without Ovi" by: Mike Vogel http://bit.ly/1vGAi8
"; arnews[1] += "Dump N' Chase: \"Life Without Ovi\" by: Mike Vogel"; arnews[1] += "
"; arnews[2]="Washington Capitals: Official Caps-Panthers Preview by Mike Vogel - http://bit.ly/26WtjR|WSH|home http://bit.ly/4nlxNI
"; arnews[2] += "Official Caps-Panthers Preview by Mike Vogel -"; arnews[2] += "
"; arnews[3]="Washington Capitals: Official Gameday Preview by Mike Vogel "Caps Seek 3rd Straight" -... http://bit.ly/3QIjTA
"; arnews[3] += "Official Gameday Preview by Mike Vogel \"Caps Seek 3rd Straight\" -..."; arnews[3] += "
"; arnews[4]="Washington Capitals: WATCH: 2 Man Adavantage Pregame Show featuring Mike Vogel, Tim Leone and Bruce Boudreau -... http://bit.ly/2VdBTS
"; arnews[4] += "WATCH: 2 Man Adavantage Pregame Show featuring Mike Vogel, Tim Leone and Bruce Boudreau -..."; 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("
");