var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Barbara Anderson: Maybe we'll wake up in 2012 and discover the Obama years were just a bad dream
"; arnews[0] += "I once was \"lost,\" and now I'm found. I get it! Though I'm not sure I can quite explain what I get, yet."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:10:28 GMT"; arnews[0] += "
"; arnews[1]="Former Treasury Secretary Henry Paulson, investor Warren Buffett say...
"; arnews[1] += "Billionaire Warren Buffett, left, and former U.S. Treasury Secretary Henry Paulson discuss the economy on stage at the Greater Omaha Chamber of Commerce annual meeting."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:17:51 GMT"; arnews[1] += "
"; arnews[2]="The meaning of Game Change
"; arnews[2] += "It's been exactly 4 weeks since Game Change: Obama and the Clinton, McCain and Palin, and the Race of a Lifetime was published."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:39:17 GMT"; arnews[2] += "
"; arnews[3]="Arianna Huffington: The Tea Party 600: Canaries in the Political Coal Mine?
"; arnews[3] += "There was much to mock about this past weekend's Tea Party convention: the low turnout, Tom Tancredo's repulsive immigrant bashing, a conspiracy-drenched documentary claiming the financial crisis was deliberately engineered by radical 1960s ideologues bent on bringing down capitalism, and, of course, Sarah Palin's keynote lite."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 00:21:46 GMT"; arnews[3] += "
"; arnews[4]="Treasury Secretary Henry Paulson 'On the Brink'
"; arnews[4] += "Investment bankers are among the least reflective of financial birds. They deal with the problem at hand without asking too many questions about how it got there."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:18:50 GMT"; arnews[4] += "
"; arnews[5]="Sunday Morning Bobblehead Thread
"; arnews[5] += "TOPICS Sunday Morning Talk Shows Men on Football...not necessarily safe for work Okay, we got beer chilling, the margarita mix standing by, some of my husband's incredible queso dip and chips and barbecued pulled pork sandwiches ready to go, HDTV fired up...it's SUPER BOWL TIME!!!!! Naturally, it's taking a little more than normal concentration to ..."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 17:53:38 GMT"; arnews[5] += "
"; arnews[6]="Sunday's TV news shows
"; arnews[6] += "Channel: 7 ABC's \"This Week\" - Treasury Secretary Timothy Geithner. 8 a.m. Channel: 5 CBS' \"Face the Nation\" - NFL Commissioner Roger Goodell."; arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 14:34:55 GMT"; arnews[6] += "
"; arnews[7]="Sunday tip sheet: Clinton, Geithner, Obama
"; arnews[7] += "Sunday tip sheet: Clinton, Geithner, Obama - POLITICO Live: Sunday tip sheet: Clinton, Geithner, Obama February 07, 2010 Categories: Miscellany Sunday tip sheet: Clinton, Geithner, Obama Key Cabinet members take to this Sunday's television talk shows to discuss foreign policy, the economy and the Obama administration's agenda, as well as a possible ..."; arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 12:15:00 GMT"; arnews[7] += "
"; arnews[8]="Author readings and book signings in Greater Boston Feb. 6-13
"; arnews[8] += "Historian S.M. Plokhy's narrative of the Yalta summit is the first to draw on Soviet documents declassified in the 1990s."; arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 09:26:30 GMT"; arnews[8] += "
"; totcount = 9; 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("
");