var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Sam Champion, Good Morning America in Denver:"it is gorgeous snow that u r very lucky 2 get..that perfect crystal snow the eas is envious of
"; arnews[0] += "Sam Champion, Good Morning America in Denver:\"it is gorgeous snow that u r very lucky 2 get..that perfect crystal snow the eas is envious of -"; arnews[0] += "
"; arnews[1]="Good Morning America's weather guy Sam Champion just on our morning show. In Denver, covering the storm for GMA, which airs 7 - 9 a.m.
"; arnews[1] += "Good Morning America's weather guy Sam Champion just on our morning show. In Denver, covering the storm for GMA, which airs 7 - 9 a.m. -"; arnews[1] += "
"; arnews[2]="GMA Frets About 'Greenwashing'
"; arnews[2] += "GMA Frets About 'Greenwashing' -"; arnews[2] += "
"; arnews[3]="GMA Frets About 'Greenwashing'
"; arnews[3] += "GMA Frets About 'Greenwashing' -"; arnews[3] += "
"; arnews[4]="Richard Brock: OK, adding Sam Champion to a weather list - too many posts to have on Home screen
"; arnews[4] += "OK, adding Sam Champion to a weather list - too many posts to have on Home screen"; 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("
");