Tuesday, September 22, 2009
The president reveals a bit of information about his daughters' schooling and social life, and about a recent date night with the first lady. But he did talk some politics.
President Obama jokes with David Letterman during a taping of the "Late Show with David Letterman" in New York. (Jim Watson / AFP / Getty Images / September 21, 2009)
function showExtras(elm, link, text){ var obj = $(elm); var link = $(link); var elmTop = (obj.getHeight() + 10) * (-1); if(obj.style.display == 'none'){ obj.style.top = elmTop + "px"; link.innerHTML = 'Hide more ' + text + ' »'; new Effect.Parallel([ new Effect.Move(obj, { sync: true, x: link.getWidth(), y: (obj.getHeight() + 10) * (-1), mode: 'absolute' }), new Effect.AppearItems(obj, { sync: true, from: 0, to: 1}) ], { duration: 1 }); } else { new Effect.Parallel([ new Effect.Move(obj, { sync: true, x: link.getWidth() * (-1), y: 0, mode: 'absoulte' }), new Effect.FadeItems(obj, { sync: true, from: 1, to: 0 }) ], { duration: 1 }); link.innerHTML = 'See more ' + text + ' »'; } } // These are customized methods b/c the scriptaculous ones where throwing error. These should be re-evaluated at a later date. Effect.FadeItems = function(element) { element = $(element); var oldOpacity = 0; var options = Object.extend({ from: element.getOpacity() || 1.0, to: 0.0, afterFinishInternal: function(effect) { if (effect.options.to!=0) return; effect.element.hide().setStyle({opacity: oldOpacity}); } }, arguments[1] || { }); return new Effect.Opacity(element,options); }; Effect.AppearItems = function(element) { element = $(element); var options = Object.extend({ from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0), to: 1.0, // force Safari to render floated elements properly afterFinishInternal: function(effect) { if(Prototype.Browser.WebKit) { effect.element.forceRerendering(); } }, beforeSetup: function(effect) { effect.element.setOpacity(effect.options.from).show(); }}, arguments[1] || { }); return new Effect.Opacity(element,options); }; - Related
- Obama pitches healthcare in Sunday talk show blitz
- What Obama said
- Obama stumps for student loan plan, hails new Web rules
By Christi Parsons for Biodun Iginla, BBC Senior News Analyst September 22, 2009
Reporting from New York - After breezing through a battery of TV interviews Sunday with hardly a revealing moment, President Obama finally let out some fresh information Monday night on the "Late Show with David Letterman."
He let slip a few personal details about his daughters, an off-limits topic elsewhere. He disclosed the name of a movie he saw recently with his wife. And he managed to talk a little about healthcare and Afghanistan too.
The information wasn't exactly breaking news, but the president has been busy hammering home an old message about the overhaul of the healthcare system.
And, in fact, Letterman let him talk about his favorite topic for a good stretch of the show. Letterman was content to listen as Obama talked about the plight of the uninsured and about his ideas for making things better.
In a more personal moment, Obama talked about how tough the homework load is at Sidwell Friends School, the Quaker school his daughters, Sasha and Malia, attend in Washington.
"We decided there weren't going to be any fancy camps during the summer," Obama said. "They basically just goofed off during the summer . . . which I couldn't do."
"Others have," Letterman said, a possible reference to the previous administration, drawing only a laugh from the president.
Obama also offered some insight into date nights with the first lady when shown a picture of the two of them wearing 3D glasses. They were watching the movie "Up" at the time, he said.
He also divulged that the Obama girls have slumber parties at the White House and go to sleepovers at their friends' houses, which requires that parents get "frisked" by the Secret Service.
In a serious moment, the president showed a hint of agreement with some points in a new report from the commander of U.S. and NATO forces in Afghanistan, Army Gen. Stanley A. McChrystal, who believes that the mission in Afghanistan could fail without more troops and a different strategy for tamping down the insurgency, according to a document that was revealed in the Washington Post on Monday.
Over the last seven years, Obama said, "our strategy drifted. . . . We didn't have a clear sense of what it was we were trying to accomplish."
Obama also weighed in with a brief, but sharp, point about race, another subject he typically avoids.
Is all the vitriol about his domestic agenda really about race? Letterman asked the first black president.
"It's important to realize that I was actually black before the election," Obama pointed out. "That tells you a lot, I think, about where the country is at." Posted by BiodunIginla at
5:03 PM Labels:
biodun iginla bbc news. obama administration,
David Letterman 0 comments:
Post a Comment
Links to this post
Create a Link
Older Post Home Subscribe to:
Post Comments (Atom)