var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Obituaries for February 10, 2010
"; arnews[0] += "Geneva F. Bouchard, 94, a 25 year resident of Signal Mountain, passed away Friday, Feb."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:48:22 GMT"; arnews[0] += "
"; arnews[1]="Rockets outlast Renegades
"; arnews[1] += "The Kelowna Jr. Rockets stopped the Royal LePage Renegades 6-4 in the deciding game of the Okanagan Mainline Bantam Tier 1 Hockey League best-of-three semifinal playoff series Saturday."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:07:35 GMT"; arnews[1] += "
"; arnews[2]="Obituaries for February 10, 2010
"; arnews[2] += "Leo Campbell, 85, Morganfield, died at 10:36 p.m. Monday, Feb. 8, 2010, at Methodist Hospital in Union County."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:42:24 GMT"; arnews[2] += "
"; arnews[3]="The New Orleans Saints are poised for a lengthy run of contention
"; arnews[3] += "Here's a scary thought for the rest of the NFL: What if the New Orleans Saints aren't one-year wonders? Scott Threlkeld/The Times-Picayune Tracy Porter is one of the young New Orleans Saints the team will build on for the future."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:31:00 GMT"; arnews[3] += "
"; arnews[4]="Patterson posts perfect game
"; arnews[4] += "Joe Patterson became the 16th bowler to achieve perfection this season when he rolled his ninth 300 in the third game of his set in the Commercial Ten Pin league."; arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 02:30:00 GMT"; arnews[4] += "
"; arnews[5]="Campbell County man overcomes meth addiction, helps others
"; arnews[5] += "A Campbell County man says he was able to overcome his meth addiction after being arrested four times."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:20:35 GMT"; arnews[5] += "
"; totcount = 6; 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("
");