var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Boise 'Biggest Loser' contestant who, put some pounds back on, is ... - Idaho Statesman
"; arnews[0] += "Photo provided by Amy Weber Mandi Kramer, front, and her sister Aubrey Cheney shortly after they returned to Idaho after finishing their journey on “The Biggest Loser.” •Kelly Tolman, fitness manager at Idaho Athletic Club in Meridian. Learn ..."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 13:31:00 GMT"; arnews[0] += "
"; arnews[1]="Ralph D. Weber - Sturgis Journal
"; arnews[1] += "Ralph was born May 18, 1931, in Centreville, a son of Leo John and Ilo May (Wagner) Weber. He graduated from Centreville High School in 1949 and attended Michigan State University where he studied forestry. On July 5, 1953, he married Barbara J ..."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 23:55:00 GMT"; arnews[1] += "
"; arnews[2]="First Thursday brings a few surprises - Idaho Statesman
"; arnews[2] += "Using a set of stilts made from table legs, performance artist Lisa Bufano will be performing from 5 p.m. to 8 p.m. Thursday in an empty space on the ground level of the Alaska Building. Artist Lisa Bufano moves in darkly entrancing ways behind the ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");