var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="European Governments Agree To Help Greece: Source
"; arnews[0] += "European governments have agreed in principle to help heavily indebted Greece, a senior German coalition source said on Tuesday, in what would be the first rescue of a euro zone member in the currency's 11-year history."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:08:46 GMT"; arnews[0] += "
"; arnews[1]="Can you buy a Colorado river?
"; arnews[1] += "If you own private land on either side of a river, can you prevent people from boating down it? Many other states have already tackled the issue, but in Colorado, the legal waters are murky."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:52:00 GMT"; arnews[1] += "
"; arnews[2]="Edith Taylor Lemay
"; arnews[2] += "Edith Taylor Lemay, age 84, of Smyrna, TN., died Monday, February 08, 2010 at Centennial Medical Center."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:33:35 GMT"; arnews[2] += "
"; arnews[3]="Poor start for Buffs
"; arnews[3] += "In this file photo, sophomore pre-journalism major Taylor Doyle tees off on the first hole at the Colorado National Golf Club Oct."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:23:11 GMT"; arnews[3] += "
"; arnews[4]="Tigers defeat PHS, 57-34
"; arnews[4] += "The Parkersburg girls basketball program is in a bona fide scoring funk. After South limited PHS to 21 points less than a week ago, Marietta kept the Big Reds in check Monday night and pulled off a 57-34 road victory at Memorial Fieldhouse."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:12:55 GMT"; 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("
");