Wednesday, June 5, 2013

Health-insurance marketplace: letters of intent from carriers due ...

Health-insurance marketplace: letters of intent from carriers due today

Posted by David Ramsey on Mon, Jun 3, 2013 at 9:17 AM

Today is a big first test for implementation of the Affordable Care Act in Arkansas, particularly the so-called ?private option? for Medicaid expansion. Letters of intent are due to the Arkansas Insurance Department from insurance carriers wishing to sell on the state?s health-insurance exchange (including the plans offered to the expansion population via the private option).

Policymakers are heavily focused on increasing carrier competition and are hoping that six to eight issuers will enter the new marketplace. According to AID officials, Blue Cross Blue Shield of Arkansas, Coventry, NovaSys/Celtic, QualChoice, United Heathcare, and United Security Life and Health Company have attended multiple outreach sessions and showed strong interest; they are also hoping that the state will get one or more federal multi-state plans.

AID officials have said that significantly more carriers showed interest after the marketplace was effectively doubled by adding the Medicaid expansion pool through the private option. Policymakers have also attempted to make the barriers to entry in 2014 low. AID's guidance for carriers hoping to offer plans on the exchange was updated in late May and states that ?Year 2014 is considered a ?transition to market? year and, as such, AID will allow flexibility with some certification standards in an effort to attract more issuers to the changing Arkansas Marktplace.? You can see the full updated guidelines here.

We reported on one "transition to market" tweak a little more than a week ago: no competitive bidding for the expansion pool, which is good news for low-income beneficiaries but undercuts one of the arguments for the impact of competition in the private option to drive down prices (see this post for fuller explanation). Sen. David Sanders, a key Republican backer of the private option, said that he didn't necessarily agree with the choice to nix competitive bidding in Year One but said that he understood the decision. He agreed that the focus in the first phase of implementation should be on getting as much carrier competition as possible, which would itself tend to lower prices. "That's the preeminent issue," he said. "There's a significant difference in Year One compared to others because there's a transition to market. We're literally creating a brand new insurance market."

The other big question is how much of the state the carriers are interested in covering. The "private option" legislation mandates that each service area in the state (see map above) has two issuers offering qualified health plans on the exchange, and AID has a goal of three in each area. Initially, again to attract carriers, the only requirement for each carrier is coverage of one service area. However, if that leaves one or more service areas with not enough carriers, AID will be charged with negotiating with the carriers over the course of the month to achieve competition in each area.

Tags: private option, Medicaid expansion, health insurance exchange, Arkansas Insurance Department, David Sanders, Image

Speaking of...

  • Open Line, brought to you by the inspiring leadership of Phil Bryant and Mark Pryor

    June 4, 2013

    The line is open. A few odds and ends... /more/
  • How refusing Obamacare hurts the poorest of the poor

    May 25, 2013

    David Ramsey illustrated this point yesterday. If Arkansas's adoption of Obamacare through the so-called private option falls apart, the poorest of the state's poor would be left with no health coverage, while some subsidies would be provided for people with higher income. /more/
  • Republicans against healthcare expansion now worried about outcome if expansion doesn't happen

    May 24, 2013

    At the joint committee hearing on the "private option" plan for healthcare expansion, Rep. David Meeks asked about Plan B. "Are we anticipating what we would do if something happens and we don?t get the private option?" /more/
  • Details emerge on Arkansas "private option" for Medicaid expansion

    May 23, 2013

    The House and Senate Public Health committees met today to hear updates on the ?private option? plan for expanding healthcare coverage. /more/
  • Massive resistance to Obamacare produces results

    May 16, 2013

    Sarah Kliff at the Washington Post's Wonkblog disputes those who think serial votes by the U.S. House against Obamacare are meaningless political theater. /more/
  • How the Arkansas legislature has changed your life

    May 9, 2013

    For better or for worse. /more/
  • Diamonds in the manure of the Arkansas legislature

    May 9, 2013

    Some legislators and legislation shone. /more/
  • Expand-o-meter: Signed, sealed, delivered

    May 2, 2013

    Chances of expansion passing, final reading: 100 percentSee here for previous entries on the Expand-o-Meter /more/
  • How the private option flipped the Medicaid expansion debate

    May 2, 2013

    It took a group of clever and obstinate young Republican legislators who refused to go along with Medicaid expansion but weren't ready to close the door on other ideas. They helped force a crafty veteran Democratic governor who was eager to go forward with expansion to consider alternative approaches. Throw in tireless and creative state health officials who happened to have a cozy relationship with their federal It took a group of clever and obstinate young Republican legislators who refused to go along with Medicaid expansion but weren?t ready to close the door on other ideas. They helped force a crafty veteran Democratic governor who was eager to go forward with expansion to consider alternative approaches. Throw in tireless and creative state health officials who happened to have a cozy relationship with their federal counterparts. Probably some luck. And, among everyone involved, it took a slightly crazy, seemingly unjustified optimism that somehow a solution was possible. /more/
  • ICYMI: Challenge planned on Obamacare laws; surprise, open carry may be legal in Arkansas

    April 24, 2013

    Things you might have missed if you don't carefully peruse the open lines: * AND YOU SAY YOU THOUGHT THE LEGISLATURE DEFEATED OPEN CARRY: Thanks to Theodosius for pointing me to Act 746, by Rep. Denny Altes (a tipoff to craziness for sure) and others such as Bullet Bob Ballinger. /more/
  • More ?
'); } else if (jQuery(this).attr("id") == "sortSelect"){ jQuery("#BlogComments .sortSpinner").show(); } var url = "/ArkansasBlog/archives/2013/06/03/health-insurance-marketplace-letters-of-intent-from-carriers-due-today"; var myStart = jQuery(this).attr("id") == "sortSelect" ? "1" : jQuery(this).attr("rel"); var showAllComments = jQuery(this).attr("id") == "showAllComments" ? "yes" : "no"; if (!myStart) var myStart = "1"; var mySort = jQuery("#sortSelect").val() || "asc"; var params = { sort: mySort, ajaxComponent: componentId, startIndex: myStart, showAll: showAllComments }; jQuery.ajax({ url: url, data: (params), success: function (data) { jQuery("#"+componentId+"_PaginationBottom").remove(); jQuery("#"+componentId+"_commentContent .brandNewComment").remove(); jQuery("#BlogComments .sortSpinner").hide(); if (myStart == "1") jQuery("#"+componentId+"_commentContent").html(data); else jQuery("#"+componentId+"_commentContent").append(data); } }); }; function removeEdit(oid){ if (oid){ var cont = jQuery("#BlogComments-comment-"+oid).closest(".brandNewComment"); cont.find(".newCommentOptions").fadeOut("fast", function(){ jQuery(this).remove(); }); } } function getComment(oid){ var url = "/ArkansasBlog/archives/2013/06/03/health-insurance-marketplace-letters-of-intent-from-carriers-due-today"; if (oid){ var params = { ajaxComponent: componentId, commentOid: oid }; jQuery.ajax({ url: url, data: (params), success: function (data) { if (!jQuery.trim(jQuery("#"+componentId+"_commentContent").html())){ jQuery("#"+componentId+"_commentContent").append(data).find(".brandNewComment").fadeIn("fast"); } else { jQuery("#"+componentId+"_commentContent").children("div.comment, div.brandNewComment").filter(":last").after(data).parent().find(".brandNewComment").fadeIn("fast"); } var t=setTimeout(function(){removeEdit(oid)},300000); var myTotal = parseInt(jQuery("#comments_total").text(), 10); myTotal++; updateCommentTotals(false,myTotal); } }); } } function doLikeComment(e){ e.preventDefault(); if (!this.clicked){ var oid = jQuery(this).attr("data-commentOid"); jQuery("#BlogComments #"+oid+"_likeLinks a").addClass("dimmed").css("opacity","0.4").each(function(){this.clicked = true;}); var myCurrentLikes = jQuery("#"+oid+"_rating_likes").html() || 0; var myCurrentDislikes = jQuery("#"+oid+"_rating_dislikes").html() || 0; var thisRating = jQuery(this).attr("rel"); if (thisRating == "Like"){ myCurrentLikes = parseFloat(myCurrentLikes)+1; } else { myCurrentDislikes = parseFloat(myCurrentDislikes)+1; } var myNewLine = '' + myCurrentLikes + ' like'; if (myCurrentLikes != 1) { myNewLine += 's'; } myNewLine += ', ' + '' + myCurrentDislikes + ' dislike'; if (myCurrentDislikes != 1) { myNewLine += "s"; } jQuery("#"+oid+"_rating_sub").html(myNewLine); jQuery("#"+oid+"_rating_sub").show(); var params = { oid: oid, rating: thisRating }; jQuery.ajax({ url: "/gyrobase/Tools/AjaxLike", type: "POST", data: (params), success: function (data) { jQuery("#"+oid+"_rating_sub").html(data); if (thisRating == "Like"){ jQuery("#BlogComments #"+oid+"_likeLinks a.dislike").removeClass("dimmed").css("opacity","1").each(function(){this.clicked = false;}); } else { jQuery("#BlogComments #"+oid+"_likeLinks a.like").removeClass("dimmed").css("opacity","1").each(function(){this.clicked = false;}); } } }); } } function reportComment(e){ e.preventDefault(); e.stopPropagation(); var oid = jQuery(this).attr("rel"); var elem = jQuery("#"+oid+"_report"); elem.click(function(e){e.stopPropagation();}) if (!elem.is(":visible")){ jQuery("#BlogComments .reportCommentContainer").hide(); if (elem.is(":empty")){ var params = { oid: oid, ajaxComponent: "ReportComment" }; jQuery.ajax({ url: "/gyrobase/Tools/ReportComment", data: (params), success: function (data) { elem.html(data); elem.fadeIn("fast"); } }); } else { elem.fadeIn("fast"); } } // attach close event handler to the html jQuery("html").one("click", function(){ jQuery("#BlogComments .reportCommentContainer:visible").hide(); }); } function closeReport(obj){ jQuery(obj).closest(".reportCommentContainer").fadeOut("fast"); } function submitReport(e){ var params = jQuery(e).closest("form").serialize()+"&ajaxComponent=ReportComment"; jQuery.ajax({ url: "/gyrobase/Tools/ReportComment", type: "POST", data: (params), success: function (data) { jQuery(e).closest(".reportCommentContainer").html(data); } }); } (function($) { var subscribed=false; function showFollowPanel(e){ e.preventDefault(); myPanel = $(this).parent().next(".togglePanel"); myPanel.fadeIn("fast"); } function doSubscribe(obj){ var myPanel = obj.parent().next(".togglePanel"); myPanel.fadeIn("fast"); if (!subscribed){ var myLink = obj.parent(); var myLoader = myPanel.children(".loading"); var myUpdater = myPanel.children(".ajaxUpdater"); var params = { object: myPanel.attr("data-toolsoid"), macro: myPanel.attr("data-toolsajaxmacro"), url: window.location }; $.ajax({ url: "/gyrobase/Macros/ToolsAjax", data: (params), type: "POST", dataType: "html", success: function (data) { subscribed = true; if (myUpdater){ myUpdater.html(data); myLoader.fadeOut("fast", function(){ myUpdater.fadeIn("fast", function(){ setTimeout(function(){ myPanel.fadeOut("fast"); }, 3000); }); }); } else { myPanel.fadeOut("fast"); } } }); } } function activateSubscribe(e){ e.preventDefault(); var myObj = $(this); var isAuthenticated = Foundation.SessionManager.sharedSessionManager().isAuthenticated(); if (!isAuthenticated){ new Foundation.Login.Dialog({ "feelingShy": false, "callback": function(){doSubscribe(myObj);} }); return false; } else { // Proceed doSubscribe(myObj); } } function deleteComment(e){ e.preventDefault(); var thisComment = $(this); var params = { macro: "deleteComment", comment: thisComment.attr("data-comment") }; $.ajax({ url: "/gyrobase/Macros/ToolsAjax", data: (params), type: "POST", dataType: "html", success: function (data) { thisComment.closest(".brandNewComment").fadeOut("fast", function(){ $(this).remove(); var myTotal = parseInt(jQuery("#comments_total").text(), 10); myTotal--;console.log(myTotal); updateCommentTotals(false,myTotal); }); } }); } function editComment(e){ e.preventDefault(); var thisComment = $(this); var commentCont = thisComment.closest(".brandNewComment").find(".description"); var commentTemp = thisComment.closest(".brandNewComment").find(".commentTemp"); var commentText = commentTemp.html(); var toolbar = thisComment.closest(".brandNewComment").find(".commentToolbar"); commentCont.next(".commentEditCont").remove(); commentCont.after(''); toolbar.fadeOut("fast"); commentCont.fadeOut("fast", function(){ commentCont.next(".commentEditCont").fadeIn("fast"); }); $(".brandNewComment textarea.expandableBox").autoBoxResize(); } function editCommentSave(e){ e.preventDefault(); var thisComment = $(this); var editCont = thisComment.closest(".commentEditCont"); var commentTemp = thisComment.closest(".brandNewComment").find(".commentTemp"); var newText = thisComment.prevAll("textarea").val(); var toolbar = thisComment.closest(".brandNewComment").find(".commentToolbar"); var params = { macro: "editComment", comment: thisComment.attr("data-comment"), commentText: newText }; $.ajax({ url: "/gyrobase/Macros/ToolsAjax", data: (params), type: "POST", dataType: "html", success: function (data) { editCont.fadeOut("fast", function(){ editCont.prev(".description").html($.trim(data)); commentTemp.html(newText); editCont.prev(".description").fadeIn("fast"); toolbar.fadeIn("fast"); }); } }); } function editCommentCancel(e){ e.preventDefault(); var editCont = $(this).closest(".commentEditCont"); var toolbar = $(this).closest(".brandNewComment").find(".commentToolbar"); editCont.fadeOut("fast", function(){ editCont.prev(".description").fadeIn("fast"); toolbar.fadeIn("fast"); editCont.remove(); }); } $("#BlogComments").on('click', ".bottomOptionBar a#doSubscribe", activateSubscribe); $("#BlogComments").on('click', ".bottomOptionBar a.togglePanelClose", function(){$(this).parent().fadeOut("fast"); return false;}); $("#BlogComments").on('click', ".brandNewComment a.commentDeleteLink", deleteComment); $("#BlogComments").on('click', ".brandNewComment a.commentEditLink", editComment); $("#BlogComments").on('click', ".brandNewComment a.doneEditLink", editCommentSave); $("#BlogComments").on('click', ".brandNewComment a.cancelEditLink", editCommentCancel); })(jQuery); jQuery(document).ready(function($){ $("#BlogComments").on('click', '#showMoreComments,#showAllComments', getMoreComments); $("#BlogComments #sortSelect").change(getMoreComments); getMoreComments(); new Foundation.PostCommentComponent(componentId); var nc = Foundation.NotificationCenter.sharedNotificationCenter(); nc.observe("comment:added", function (e) { var comment = e.data; getComment(comment.get("oid")); // clear rating if (jQuery(".commentFormRating").length!=0){ jQuery(".commentFormRating input[name='reviewRating']").val(""); jQuery(".commentFormRating .goldStarContainer").css("left", zeroPos+"px"); } }); var subscribeCheckBox = $("#BlogComments_commentSubscribe"); subscribeCheckBox.prop("checked", getCookie("subscribeToThread") === "true" ? true : false); subscribeCheckBox.change(function (e) { var subscribeToThread = $(this).prop("checked"); setCookie("subscribeToThread", subscribeToThread ? "true" : "false", 30); }); var shareFacebookBox = $("#BlogComments_postCommentToFacebook"); shareFacebookBox.prop("checked", getCookie("shareOnFacebook") === "true" ? true : false); shareFacebookBox.change(function (e) { var shareOnFacebook = $(this).prop("checked"); setCookie("shareOnFacebook", shareOnFacebook ? "true" : "false", 30); }); $("#BlogComments").on('click', 'a.likeLink', doLikeComment); $("#BlogComments").on('click', 'a.reportCommentLink', reportComment); });

Source: http://www.arktimes.com/ArkansasBlog/archives/2013/06/03/health-insurance-marketplace-letters-of-intent-from-carriers-due-today

Frank Ocean Gay bill clinton andy roddick Costa Rica Earthquake sandra fluke costa rica Earthquake Costa Rica

Monday, June 3, 2013

U.S. takes Apple to trial over e-books price-fixing

By Nate Raymond

NEW YORK (Reuters) - Apple Inc goes to trial Monday over allegations by federal and state authorities that it conspired with publishers to raise the price of e-books.

The trial pits the maker of the popular iPad and iPhone against the U.S. Justice Department in a case that tests how Internet retailers interact with content providers.

"This case will effectively set the rules for Internet commerce," said David Balto, a former policy director for the U.S. Federal Trade Commission.

The Justice Department filed its case against Apple and five of the six largest U.S. book publishers in April 2012. The lawsuit accused them of conspiring to increase e-book prices and break Amazon.com Inc's hold on pricing.

Apple is going to trial alone after the five publishers agreed to eliminate prohibitions on wholesale discounts and to pay a collective $164 million to benefit consumers.

The five publishers were Pearson Plc's Penguin Group, News Corp's HarperCollins Publishers Inc, CBS Corp's Simon & Schuster Inc, Hachette Book Group Inc and MacMillan.

The U.S. government is not seeking damages but instead an order blocking Apple from engaging in similar conduct. However, if Apple is found liable, it could still face damages in a separate trial by the state attorneys general and consumers pursuing class actions.

'DIRECT EVIDENCE'

Based on a comment by the presiding judge at the final hearing before the trial, Apple may face an uphill battle.

"I believe that the government will be able to show at trial direct evidence that Apple knowingly participated in and facilitated a conspiracy to raise prices of e-books," U.S. District Judge Denise Cote, who is hearing the case without a jury, said on May 23.

While those comments suggested Apple might be smart to seek a settlement, Chief Executive Tim Cook said in an interview Tuesday with All Things Digital that Apple was "not going to sign something that says we did something we didn't do."

Apple may be calculating that future damages claims by states and class actions make it worth going to trial, said John Lopatka, a law professor at Pennsylvania State University.

"Apple might think, 'We may lose at the trial level, but we may well convince an appellate court the trial judge mischaracterized the evidence," Lopatka said.

'MARKET IN TURMOIL'

Neither side disputes that in 2009 publishers were concerned about low prices for e-books resulting from the dominance of Amazon.com, which launched its Kindle e-reader in 2007.

As it prepared to launch its iPad and was looking into opening an electronic bookstore, Apple has said it was entering a "market in turmoil," with growing tension between the publishers and Amazon.

Amazon, which declined comment, was selling 90 percent of all e-books in 2009. It was buying books wholesale and at times selling them at a loss, pricing them at $9.99, with the goal of promoting its Kindle.

The Justice Department contends that Apple's entry into the market provided publishers with a means to get together to increase prices.

At the suggestion of Hachette and HarperCollins, the government says Apple began considering an agency model in which publishers set the price and Apple took a fixed percentage.

Former Apple CEO Steve Jobs, who died in 2011, told his biographer that, "we told the publishers, ?We'll go to the agency model, where you set the price, and we get our 30 percent, and yes, the customer pays a little more, but that's what you want anyway.'"

The Justice Department said Apple provided assurances to publishers their rivals would join.

Apple says that it was unaware of efforts by the publishers to conspire before it entered the marketplace, and said when it did, it act independently.

It also contends that in the wake of its introduction of the iBookstore, prices have fallen rather than risen from $7.97 on average to $7.34.

BIGGER ISSUE

For the Justice Department, many of its goals have been accomplished, thanks to the settlements with publishers, which lifted restrictions on discounting and promotions by e-book retailers. Those deals have already lowered prices for consumers, the department says.

But the government may be aiming at a bigger issue, said Geoffrey Manne, a law professor at Lewis & Clark Law School.

Among other things, the government lawsuit seeks to declare that certain provisions in the agreements between Apple and the publishers are unenforceable.

These provisions, known as most-favored-nation clauses, provided that if other e-bookstores sold the books at cheaper prices, then Apple could reduce its prices. The government has said this provided an incentive for the publishers to raise prices at other retailers.

Similar types of most-favored nation clauses have been central in other content industries such as music and television where content providers have a role in setting the price. They have also become a discussion point in certain antitrust communities, Manne said, and a government win could "send a pretty strong message" about their use.

"If the government wins this case, it would be because the court for some reason determines that most-favored-nation clauses are more harmful to competition than helpful," he said.

The case is United States v. Apple Inc et al, U.S. District Court, Southern District of New York, No. 12-02826.

(Reporting by Nate Raymond; Editing by Eddie Evans and Kenneth Barry)

Source: http://news.yahoo.com/u-takes-apple-trial-over-e-books-price-120559420.html

Aaron Swartz Gangster Squad school shooting oscar nominations C7 Corvette tom brady denver post

Saturday, June 1, 2013

Assad says Russia will honor weapons deals

By Dominic Evans and Thomas Grove

BEIRUT/MOSCOW (Reuters) - Russia has yet to send advanced anti-aircraft missiles to Syria, a source close to the Russian defense ministry said on Thursday, but President Bashar al-Assad said Moscow was still committed to the contract to deliver them.

A Lebanese newspaper had earlier quoted Assad as saying in an interview that Moscow had already sent a first shipment of S-300 missiles. When the actual interview was broadcast, however, the Syrian leader stopped short of saying the missiles had arrived.

"Everything we have agreed on with Russia will take place, and part of it has already taken place," he said, without giving further details.

The arrival of the missiles would be seen as a major worry for the Western and regional countries that oppose Assad.

The advanced missiles would make it far more dangerous for Western countries to impose any future no-fly zone over Syrian air space, and could even be used to shoot down aircraft deep over the air space of neighbors like Israel or Turkey.

Russia has promised to deliver the missile system despite Western objections, saying the move would help stabilize the regional balance.

Moscow is a staunch ally of Assad and it has appeared to grow more defiant since the European Union let its arms embargo on Syria expire as of June 1, opening up the possibility of EU countries arming the Syrian rebels.

Asked in his interview with Lebanon's Al-Manar television about delivery of Russian S-300 air defense missiles, Assad said: "The contracts with Russia are not linked to the crisis and Russia is committed to implementing these contracts."

A source close to the Russian Defense Ministry said the missile "hardware itself" was not in Syria yet but that "certain measures or parts of the contract may have been fulfilled", without giving further details.

The source said Moscow initially had qualms about delivering on the 2010 contract because of fighting in Syria, but decided to go ahead after NATO moved to deploy its own surface-to-air weapons - Patriot missiles - in Turkey near the Syrian border.

"We put it on hold for a certain period of time, but as we saw there was no good will (from NATO), we decided to fulfill the contract."

The United States, France and Israel have all called on Russia to stop the missile delivery.

More than 80,000 people have been killed in Syria since peaceful protests against four decades of Assad family rule spiraled into a civil war, pitting the president's forces and his ally, Hezbollah, against Syrian rebels and a flow of Sunni Islamist militants who have come to help them from abroad.

Moscow says the expiry of the EU embargo complicates U.S. and Russian-led efforts to set up a peace conference between the Syrian government and its opponents, who demand an immediate end to Assad family rule.

GENEVA 2 CONFERENCE

Assad said his government planned to go to the "Geneva 2" conference, though he was unconvinced of a fruitful outcome and pledged to continue fighting the uprising.

Asked whether Syria had any preconditions for attendance, he said: "The only condition is that anything to be implemented will be submitted to Syrian public opinion and a Syrian referendum."

By taking part in the peace talks, Syria would effectively be negotiating with its international foes backing the opposition, he said.

"When we negotiate with the slave, we are actually negotiating with the master."

Officials in Israel, the main U.S. ally in the region, say the S-300 could reach deep into the Jewish state and threaten flights over its main commercial airport near Tel Aviv.

Assad also stressed the importance of ties between his forces and Lebanon's Shi'ite militia Hezbollah, now openly fighting on the Syrian side of the frontier on his behalf.

"Why is Hezbollah on the border inside Lebanon or Syria? Because the battle is a battle with the Israeli enemy or its agents in Syria and Lebanon," he told Al-Manar, which is Hezbollah's television channel.

He said hundreds of thousands of Syrian troops were battling tens of thousands - possibly 100,000 - "terrorists" across the country, but the balance of power had shifted because rebels were losing sympathy among their own people.

Assad's forces have waged a series of counter-offensives in recent weeks around the capital Damascus, in the southern province of Deraa and in Qusair, close to the Lebanese border.

(Additional reporting by Steve Gutterman in Moscow and Mariam Karouny and Erika Solomon in Beirut; Editing by Peter Graff)

Source: http://news.yahoo.com/assad-says-russia-honor-weapons-deals-201725768.html

neighborhood watch dodgers sale tami roman jetblue captain los angeles dodgers christie brinkley seattle mariners

Wednesday, May 29, 2013

Historic sea-level change along New Jersey coastline mapped

May 28, 2013 ? Hurricane Sandy caught the public and policymakers off guard when it hit the United States' Atlantic Coast last fall. Because much of the storm's devastation was wrought by flooding in the aftermath, researchers have been paying attention to how climate change and sea-level rise may have played a role in the disaster and how those factors may impact the shoreline in the future.

A new study led by the University of Pennsylvania's Benjamin P. Horton, an associate professor in the Department of Earth and Environmental Science, relied upon fossil records of marshland to reconstruct the changes in sea level along the New Jersey coast going back 10,000 years.

The team's findings confirm that the state's sea level has risen continuously during that period. In addition, their analysis reveals that there have been times of very high rates of sea-level rise that coincided with periods of glacial melting, a particularly relevant finding to conditions today as a warming climate has caused the large ice sheets of Antarctica and Greenland to melt into the sea.

Even leaving climate change out of the equation, the investigation indicates that sea levels will continue to rise over time, increasing the chances of disruptive flooding as was seen following Sandy.

"We're trying to better understand past sea-level changes because they are key to putting the future in context," Horton said.

The study was published in the Journal of Quaternary Science. Horton's co-authors were Simon E. Engelhart, who earned his doctorate at Penn and is now at the University of Rhode Island; David F. Hill of Oregon State University; Andrew C. Kemp, who earned his doctorate and completed a postdoctoral fellowship at Penn and is now at Yale University; Daria Nikitina of West Chester University; Kenneth G. Miller of Rutgers University; and W. Richard Peltier of the University of Toronto.

To gain insight into the variations in New Jersey's past sea levels, the team compiled and standardized data from multiple studies conducted during the last few decades. All the studies used fossil evidence of marsh vegetation to estimate sea level at various times during the Holocene, with data points from 10,000 years ago through the year 1900.

"We knew that the sea level across the whole of the U.S. Atlantic Coast, including New Jersey, has been rising for the last 10,000 years," Horton said. "But it's been rising at different rates. We wanted to find out the reasons for the different rates of rise and the processes that control them."

An analysis of the data revealed three distinct time periods in which the rate of sea-level rise varied. From 10,000 to 6,000 years ago the sea level rose an average of 4 millimeters per year: from 6,000 to 2,000 years ago 2 mm per year; from 2,000 years ago until 1900,1.3 mm per year.

This last figure, a sea-level rise of 1.3 mm per year, is due to the fact that the land along the coast is naturally subsiding, or sinking over time. This rate may serve as a baseline to incorporate into future flood-risk planning, Horton noted. And the 4 mm rate of rise last seen thousands of years ago may also be relevant to the New Jersey shore's near future.

"If you look at what was happening 6 to 10,000 years ago, the ice sheets were melting on Earth, both from northwest Europe and North America, contributing to those high rates of rise," Horton said. "Now what's happening? Greenland and Antarctica are melting and could trigger similar rates of sea-level rise."

But 4 mm may not be the ceiling for rates of rise. Sea-level rise was higher than that even earlier than 10,000 years ago and could reach those rates again if climate change triggers catastrophic melting of ice sheets.

"Ice sheets don't respond linearly to temperature rise; they go through thresholds," Horton said. "That could lead to far higher rates of sea-level rise if they reach one of these tipping points."

Local factors could also drive the rate of rise much higher than 4 mm per year. While the scientists' analysis did not suggest that tidal ranges have changed significantly in the time range they studied, anthropogenic factors, such as dredging in the Delaware Bay or groundwater extraction in the Atlantic City region, could serve to increase tides or sediment compaction, thus effectively driving sea level higher in those areas.

"To model what the ocean is doing, you have to incorporate what the land is doing, too," Horton said. "This is the way we're starting to go from global to regional projections of sea level."

This study was supported by the U.S. Department of Energy, National Science Foundation and National Oceanic and Atmospheric Administration.

Source: http://feeds.sciencedaily.com/~r/sciencedaily/~3/_nU7s1pcpvg/130528181030.htm

green bay packers houston texans houston texans Joe Webb Fiesta Bowl Jeanie Buss NFL playoff schedule 2013

Tuesday, May 28, 2013

US intelligence embraces debate in security issues

WASHINGTON (AP) ? In the months leading up to the killing of Osama bin Laden, veteran intelligence analyst Robert Cardillo was given the nickname "Debbie Downer." With each new tidbit of information that tracked bin Laden to a high-walled compound in northern Pakistan ? phone records, satellite imaging, clues from other suspects ? Cardillo cast doubt that the terror network leader and mastermind was actually there.

As the world now knows well, President Barack Obama ultimately decided to launch a May 2011 raid on the Abbottabad compound that killed bin Laden. But the level of widespread skepticism that Cardillo shared with other top-level officials ? which nearly scuttled the raid ? reflected a sea change within the U.S. spy community, one that embraces debate to avoid "slam-dunk" intelligence in tough national security decisions.

The same sort of high-stakes dissent was on public display recently as intelligence officials grappled with conflicting opinions about threats in North Korea and Syria. And it is a vital part of ongoing discussions over whether to send deadly drone strikes against terror suspects abroad ? including U.S. citizens.

The three cases provide a rare look inside the secretive 16 intelligence agencies as they try to piece together security threats from bits of vague information from around the world. But they also raise concerns about whether officials who make decisions based on their assessments can get clear guidance from a divided intelligence community.

At the helm of what he calls a healthy discord is Director of National Intelligence James Clapper, who has spent more than two-thirds of his 72 years collecting, analyzing and reviewing spy data from war zones and rogue nations. Clapper, the nation's fourth top intelligence chief, says disputes are uncommon but absolutely necessary to get as much input as possible in far-flung places where it's hard for the U.S. to extract ? or fully understand ? ground-level realities.

"What's bad about dissension? Is it a good thing to have uniformity of view where everyone agrees all the time? I don't think so," Clapper told The Associated Press in an interview Friday. "...People lust for uniform clairvoyance. We're not going to do that."

"We are never dealing with a perfect set of facts," Clapper said. "You know the old saw about the difference between mysteries and secrets? Of course, we're held equally responsible for divining both. And so those imponderables like that just have to be factored."

Looking in from the outside, the dissension can seem awkward, if not uneasy ? especially when the risks are so high.

At a congressional hearing last month, Rep. Doug Lamborn, R-Colo., read from a Defense Intelligence Agency report suggesting North Korea is able to arm long-range missiles with nuclear warheads. The April 11 disclosure, which had been mistakenly declassified, came at the height of Kim Jong Un's sabre-rattling rhetoric and raised fears that U.S. territory or Asian nations could be targeted for an attack.

Within hours, Clapper announced that the DIA report did not reflect the opinions of the rest of the intelligence community, and that North Korea was not yet fully capable of launching a nuclear-armed missile.

Two weeks later, the White House announced that U.S. intelligence concluded that Syrian President Bashar Assad has probably used deadly chemical weapons at least twice in his country's fierce civil war. But White House officials said the intelligence wasn't strong enough to justify sending significant U.S. military support to Syrian rebels who are fighting Assad's regime.

Because the U.S. has few sources to provide first-hand information in Syria, the intelligence agencies split on how confident they were that Assad had deployed chemical weapons. The best they could do was conclude that the Syrian regime, at least, probably had undertaken such an effort. This put Obama in the awkward political position of having said the use of chemical weapons would cross a "red line" and have "enormous consequences," but not moving on the news of chemical weapons use, when the occasion arose, because the intelligence was murky.

Lamborn said he welcomes an internal intelligence community debate but is concerned that the North Korean threat was cavalierly brushed aside.

"If they want to argue among themselves, that's fine," said Lamborn, a member of the House Armed Services Committee. However, he also said, "We should be cautious when evaluating different opinions, and certainly give credence to the more sobering possibilities. ... When it comes to national security, I don't think we want to have rose-colored glasses on, and sweep threats under the rug."

Clapper said that, in fact, U.S. intelligence officials today are more accustomed to predicting gloom and doom. "We rain on parades a lot," he said.

Current and former U.S. intelligence officials say the vigorous internal debate was spawn from a single mistake about a threat ? and an overly aggressive response.

Congress demanded widespread intelligence reform after the Sept. 11, 2001, terror attacks, to fix a system where agencies hoarded threat information instead of routinely sharing it. Turf wars between the CIA and the FBI, in particular, were common. The CIA generally was considered the nation's top intelligence agency, and its director was the president's principal intelligence adviser.

The system was still in place in 2002, when the White House was weighing whether to invade Iraq. Intelligence officials widely ? and wrongly ? believed that then-dictator Saddam Hussein possessed weapons of mass destruction. By December 2002, the White House had decided to invade and was trying to outline its reasoning for doing so when then-CIA Director George Tenet described it as "a slam-dunk case."

The consequences were disastrous. There were no WMDs, but the U.S. wound up in a nearly nine-year war that killed nearly 5,000 American soldiers, left more than 117,000 Iraqis dead, and cost taxpayers at least $767 billion. The war also damaged U.S. credibility throughout the Mideast and, to a lesser extent, the world. Tenet later described his "slam-dunk" comment as "the two dumbest words I ever said."

Two years later, Congress signed sweeping reforms requiring intelligence officials to make clear when the spy agencies don't agree. Retired Amb. John Negroponte, who became the first U.S. national intelligence director in 2005, said if it hadn't been for the faulty WMD assessment "we wouldn't have had intelligence reform."

"It was then, and only then that the real fire was lit under the movement for reform," Negroponte said in a recent interview. "In some respects it was understandable, because Saddam had had all these things before, but we just allowed ourselves to fall into this erroneous judgment."

To prevent that from happening again, senior intelligence officials now encourage each of the spy agencies to debate information, and if they don't agree, to object to their peers' conclusions. Intelligence assessments spell out the view of the majority of the agencies, and highlight any opposing opinions in a process similar to a Supreme Court ruling with a majority and minority opinion.

The result, officials say, is an intelligence community that makes assessments by majority vote instead of group-think, and where each agency is supposed to have an equal voice. In effect, officials say, the CIA has had to lean back over the last decade as officials have given greater credence to formerly marginalized agencies. Among them is the State Department's Bureau of Intelligence and Research, which warned before the 2003 Iraq invasion that the CIA had overestimated Saddam's prospects to develop nuclear weapons.

Also included is the DIA, which has increased its ability during the Iraq and Afghanistan wars to gather ground-level intelligence throughout much of the Mideast and southwest Asia. In an interview, DIA director Lt. Gen. Michael Flynn would not discuss his agency's debated assessment on North Korea, but described a typical intelligence community discussion about "ballistic missiles in name-that-country" during which officials weigh in on how confident they feel about the information they're seeing.

"In the intelligence community we should encourage, what I would call, good competition," Flynn said. He added: "The DIA, in general, is always going to be a little bit more aggressive. ...As a defense community, we're closer to the war-fighting commanders; it may be in that part of our DNA."

Without the all the varying strands of information pieced together from across the intelligence agencies, officials now say the bin Laden raid would not have happened.

The CIA was running the manhunt, but the National Security Agency was contributing phone numbers and details from conversations it had intercepted in overseas wiretaps. The National Geospatial Agency provided satellite imagery of the Abbottabad compound ? from years past and more recently ? to get a sense of who might be living there. And it produced photos for a tall man walking the ground inside the compound ? even though they were never able to get a close look at his face.

One of the compound's balconies was blocked off by a seven-foot wall, Cardillo said, raising questions about who might want his view obscured by such a tall barrier. Officials also were keeping tabs on the people who lived in the compound, and trying to track how often they went outside.

Cardillo was vocal about his skepticism in each strand of new information he analyzed during the eight months he worked on the case, prompting colleagues to rib him about being a "Debbie Downer."

"I wasn't trying to be negative for the sake of being negative," Cardillo, a deputy national intelligence director who regularly briefs Obama, said in an interview Friday. "I felt, 'Boy, we've got to press hard against each piece of evidence.' Because, let's face it, we wanted bin Laden to be there. And you can get into group-think pretty quick."

To prevent that from happening, officials encouraged wide debate. At one point, they brought in a new four-man team of analysts who had not been briefed on the case to independently determine whether the intelligence gathered was strong enough to indicate bin Laden was there.

Their assessment was even more skeptical than Cardillo's. In the end the call to launch the raid was so close that, as officials have since said, it might as well have come down to a flip of a coin.

In most intelligence cases, the decisions aren't nearly as dramatic. But the stakes are always high.

Over the last four years, the Obama administration has expanded the deadly U.S. drone program in its hunt for extremists in terror havens. The drones have killed thousands of people since 2003 ? both suspected terrorists and civilian bystanders ? among them four U.S. citizens in Pakistan and Yemen.

The Justice Department this week said only one of the four Americans, Anwar al-Awlaki, who officials believe had ties to at least three attacks planned or carried out on U.S. soil, was targeted in the strikes. The other three were collateral damage in strikes aimed at others.

Though policy officials make the final call on when to strike, the intelligence community builds the case. Analysts must follow specific criteria in drone assessments, including near certainty of the target's whereabouts and the notion that bystanders will not be killed. They must also look at the likelihood of whether the terror suspects can be captured instead of killed.

In these sorts of life-and-death cases, robust debate is especially necessary, Clapper said. And if widespread doubts persist, the strike will be canceled.

"It is a high bar, by the way, and it should be," Clapper said. "If there is doubt and argument and debate ? and there always will be as we look at the totality the information we have on a potential target ? we damn well better have those debates and resolve those kinds of issues among ourselves the best we can."

Few have been more skeptical of the decision-making behind the drone strikes than Sen. Ron Wyden, an Oregon Democrat who has sat on the Senate Intelligence Committee since 2001. Earlier this year, he threatened to block Senate confirmation of CIA Director John Brennan until the White House gave Congress classified documents outlining its legal justification for targeting American citizens in drone strikes. The documents were turned over within hours of Brennan's confirmation hearing.

Generally, Wyden says, spy assessments have become far more reliable over the last decade, and especially since the flawed Iraq intelligence. But he maintains Congress should be given greater access to classified documents to independently verify intelligence analysis and assessments ? and safeguard against being misled.

"Certainly, solid analysis from the intelligence community is one of the most important sources of information that I have," Wyden said in an interview this month. "And if you look back, and the analysis is incorrect or if it's written in a way that portrays guesses at certainties, that can contribute to flawed decision-making.

"That's why I felt so strongly about insisting on actually getting those documents with respect to drones," Wyden said. "I've got to be able to verify it."

Clapper, who has been working on intelligence issues for a half-century, is well aware of how jittery many Americans feel about the spy community. The internal debates, he believes, should bolster their confidence that intelligence officials have thoroughly weighed all aspects of some of the world's most difficult security issues before deciding how high a threat they pose.

"I think it'd be very unhealthy ? and I get a lot of pushback from people ? if I tried to insist that you will have one uniform view and this is what I think, and that's what goes. That just wouldn't work," he said. "There is the fundamental tenet of truth to power, presenting inconvenient truths at inconvenient times. That's part of our system."

___

Follow Lara Jakes on Twitter at https://twitter.com/larajakesAP

Source: http://news.yahoo.com/us-intelligence-embraces-debate-security-issues-122715492.html

survivor one world lil kim progeria what will my baby look like gary carter died cmas cmas

Sunday, May 26, 2013

HIT=WatcH Leicester vs Northampton Live stream Premiership ...

Hello Rugby world welcome to watch live online on your pc Premiership Match in HDQ. Premiership Match today?s match will defeat Leicester vs Northampton . Watch Leicester vs Northampton today?s Premiership Match exciting on your pc now. I know you are searching for a comfortable HDQ link to watch live Leicester vs Northampton on your pc or laptop. That?s why you can get our live Rugby HDQ quality link. Turn your PC into a complete digital sports stream center. Join now and watch live Leicester vs Northampton match within couple a minutes! No hardware to install. No hacking or signal stealing. 100% legal.

Enjoy your sports on your time ? Watch what you want, when you want! Get Instant Access to all sports channels over the Internet. Download now and enjoy all the pleasures of the sporting world from the comfort of your own living room. Get the live link below and enjoy International Match in your own time.

Team: Leicester vs Northampton Live

Match: Premiership

Date: Saturday May 25 2013

kick off time: 15:00 PM

Register with us and you will find all the needed information to watch Leicester vs Northampton . Get HDQ link to enjoy the game and support your team. So, for all of you who do not have the tickets or enough time to visit stadium to watch live Leicester vs Northampton exciting match. just be relax on your suitable room and enjoy Leicester vs Northampton game on your device only a simple and one time subscription. Watch Leicester vs Northampton International Match 2012 kick off game and enjoy your time.

Leicester vs Northampton Live , Leicester vs Northampton free tv guide, Leicester vs Northampton kick off, Leicester vs Northampton kick off link, Leicester vs Northampton kick off live, Leicester vs Northampton kick off streaming, Leicester vs Northampton live, Leicester vs Northampton live broadcast, Leicester vs Northampton live HDQ, Leicester vs Northampton live now, Leicester vs Northampton live online,

Source: http://www.articlessquad.com/hitwatch-leicester-vs-northampton-live-stream-premiership-rugby-final-match-2013-hdq/?utm_source=rss&utm_medium=rss&utm_campaign=hitwatch-leicester-vs-northampton-live-stream-premiership-rugby-final-match-2013-hdq

detroit red wings jose canseco zimmerman derek fisher lyrid meteor shower hippocrates andrew breitbart

Humane Society Reunites 44 Dogs With Families - NewsOn6.com ...

',
calendar:'',
week:'{week}', dayClickable:'{date}', dayCurrent:'{date}', dayNone:'', day:'{date}', search:'' }, // Stored objects $container = $(loc), now = new Date(), current = now, minDate = new Date('12/5/2007'), station = wng_pageInfo.affiliateName||'kotv', months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], monthLengths = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], // Helper methods renderTemplate = function(tpl, vars) { var retVal = templates[tpl]; if (typeof(retVal) === 'string') { for (var i in vars) { var regEx = new RegExp('\{' + i + '\}', 'g'); retVal = retVal.replace(regEx, vars[i]); } } else { retVal = null; } return retVal; }, // Renderers makeCalendar = function(date) { // Copy the date to a new object (so as not to overwrite the original) and set us to the beginning of the month date = new Date(date); date.setDate(1); current = date; var month = date.getMonth(), year = date.getFullYear(), firstDay = date.getDay(), out = '', days = '', colCount = 0, monthLength = monthLengths[month] + (month == 1 && year % 4 == 0 ? 2 : 1); // Figure up the month length taking into consideration leap years. Not accurate to 100+ years // Render the days before the start of the month if necessary for (var i = 0; i = minDate) { tpl = 'dayClickable'; } days += renderTemplate(tpl, {date:i}); colCount++; if (colCount % 7 == 0) { out += renderTemplate('week', {week:days}); days = ''; } } // Tack on the last week if (days != '') { out += renderTemplate('week', {week:days}); } // Render to the DOM out = renderTemplate('calendar', {days:out}); out = renderTemplate('controls', {month:months[month], year:year}) + out + templates.search; $container.html(out); // Determine whether the previous/next buttons should be shown date.setDate(1); if (date 12) { month = 1; year++; } makeCalendar(new Date(month + '/1/' + year)); } }, // Init init = function() { $container.addClass('gnmCalendar'); makeCalendar(now); }; init(); };

Source: http://www.newson6.com/story/22416723/humane-society-reunites-44-dogs-with-their-families-following-tornado

nba all star game danica patrick Michelle Laxalt Alabama Shakes PlayStation 4 michael jordan Safe Haven