var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Your views: Political punches
"; arnews[0] += "Some Democrats blinded by ideology It is almost comical to read some of the letters FLORIDA TODAY publishes from readers who are so blinded by ideology that they can't see the world for what it is, or recognize truth."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:17:35 GMT"; arnews[0] += "
"; arnews[1]="Senator puts blanket hold on presidential nominees
"; arnews[1] += "Sen. Richard Shelby, R-Ala., has placed a blanket hold on all executive nominations on the Senate calendar in an effort to win concessions from the Obama administration and Pentagon on a variety of fronts affecting his home state, according to aides to Senate Majority Leader Harry Reid, D-Nev. Reid spokeswoman Regan Lachapelle said Shelby is ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 22:25:15 GMT"; arnews[1] += "
"; arnews[2]="Give 'em a hand
"; arnews[2] += "Our city is filled with all sorts of only-in-Winnipeg gems -- Sals, Kelekis, Old Dutch, the Nutty Club and Raber Glove, just to name a few."; arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 23:31:16 GMT"; arnews[2] += "
"; arnews[3]="Nicolas Sarkozy: Davos tirade strikes at heart of matter
"; arnews[3] += "When Nicolas Sarkozy, the French president, wandered off script during his tub-thumping speech bemoaning the vagaries of capitalism at Davos last week it was to ask what role \"shareholder value\" has in driving companies towards short-term goals at the expense of long-term strategy."; arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 23:19:51 GMT"; arnews[3] += "
"; arnews[4]="Barbara A. Hamilton
"; arnews[4] += "Topic: Obituaries Submitted Obituary : Barbara A. Hamilton Published Online Jan 25, 2010 - 01:38 PM Barbara A. Hamilton, a 69-year-old former Trenton resident, died at the Pleasant Valley Manor in Liberty at 2:47 a.m. on Sunday, Jan."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 19:55:20 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("
");