var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Obituaries
"; arnews[0] += "Stanley Wartenbee, 86, of Scio, passed away Jan. 30 at Lebanon. He was born in Aberdeen, S.D., and grew up in South Dakota before serving in the U.S. Army during WWII."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:30:55 GMT"; arnews[0] += "
"; arnews[1]="Brick By Boring Brick - Paramore
"; arnews[1] += "Although their spunky blend of emo-pop and anthemic rock eventually made them stars on both sides of the Atlantic, Paramore began humbly enough in Franklin, TN, where lead singer Hayley Williams met brothers Josh and Zac Farro after moving to town from Mississippi."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:16:56 GMT"; arnews[1] += "
"; arnews[2]="Edge Goes To ETCA In Win Over Fairhill
"; arnews[2] += "By JIMMY HICKS Staff Writer The East Texas Christian Academy Lady Panthers used a 16-0 run in the middle of the third period to defeat Dallas Fairhill, 69-48, Tuesday in a TAPPS 2A bi-district basketball contest at Panther Gymnasium."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:14:20 GMT"; arnews[2] += "
"; arnews[3]="Aldridge thrilled at personal best
"; arnews[3] += "Blake Aldridge believes he has proved his doubters, including himself, wrong after setting a personal best in the 10m platform at the National Cup in Sheffield this weekend."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:56:23 GMT"; arnews[3] += "
"; arnews[4]="Pitt, Jolie sue newspaper over split story
"; arnews[4] += "Brad Pitt and Angelina Jolie have begun legal action against a British tabloid that reported the celebrity couple was going to split, a lawyer acting on their behalf confirmed Monday."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Pitt, Jolie suing tabloid over report Woman's makeover distresses Alba
"; arnews[5] += "Celebrity couple Brad Pitt and Angelina Jolie have begun legal action against a British tabloid that reported they were going to split, a lawyer acting on their behalf confirmed Monday."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:46:21 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("
");