var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Cold, wet opening day on the ice - Ashland Daily Tidings
"; arnews[0] += "Mike Marshak juggled and ice skated simultaneously for the first time Friday. He has juggled and roller bladed before, but never on the slick and frozen. Few were there to see it. The Ashland Rotary Centennial Ice Rink opened Friday in rather slushy ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:57:00 GMT"; arnews[0] += "
"; arnews[1]="Celebrity Women’s Apparel Auction - Cedar Rapids Gazette
"; arnews[1] += "Looking for that perfect item once worn by your favorite female celebrity? Then you might want to check out Cady Auction Gallery in Cedar Rapids, 833 Shaver Road NE, which is having an auction beginning at noon Sunday, Nov. Nov. 22. (See today’s ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 13:02:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");