var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="High Jumper: Storm playoff tickets on sale Wednesday - Seattle Times
"; arnews[0] += "Storm playoff tickets on sale Wednesday - Seattle Times -"; arnews[0] += "
"; arnews[1]="hoopfeed.com: Swin Cash, Seattle Storm eager to bounce back by @JaydaEvans (seattletimes.com) http://bit.ly/2lyxnv #wnba
"; arnews[1] += "Swin Cash, Seattle Storm eager to bounce back by @"; arnews[1] += "
"; arnews[2]="Storm All-Stars Swin Cash and Sue Bird headed to Russia http://tinyurl.com/ya9368b #women #sports
"; arnews[2] += "Storm All-Stars Swin Cash and Sue Bird headed to Russia"; arnews[2] += "
"; arnews[3]="Women Talk Sports: Storm All-Stars Swin Cash and Sue Bird headed to Russia http://tinyurl.com/ya9368b #women #sports
"; arnews[3] += "Storm All-Stars Swin Cash and Sue Bird headed to Russia"; arnews[3] += "
"; arnews[4]="hoopfeed.com: Storm All-Stars Swin Cash and Sue Bird headed to Russia (seattletimes.com) http://j.mp/gNzCw #wnba
"; arnews[4] += "Storm All-Stars Swin Cash and Sue Bird headed to Russia (seattletimes.com)"; 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("
");