Friday, March 15, 2013

Tobacco agreement brings $22.7 million to Arkansas | Arkansas Blog

Tobacco agreement brings $22.7 million to Arkansas

Posted by Leslie Newell Peacock on Thu, Mar 14, 2013 at 10:13 AM

An arbitration panel has signed off on a settlement of a dispute between tobacco companies and 17 states, including Arkansas, the District of Columbia and Puerto Rico that will bring $22.7 million to Arkansas in 2013.

Tobacco companies had alleged that Arkansas and the other states had violated terms of the 1998 Master Settlement Agreement that has paid $60 million to Arkansas every year and which supports the state's anti-smoking and other health-related programs.

The settlement allows Arkansas to receive 54 cents on the dollar of the disputed amount. A release from Attorney General Dustin McDaniel's office about the settlement is on the jump. R.J. Reynolds' release is here.

MCDANIEL ANNOUNCES AGREEMENT WITH TOBACCO COMPANIES
Settlement ends long-running dispute over funds intended for State

LITTLE ROCK ? Attorney General Dustin McDaniel announced today that an arbitration panel has issued a ruling that will allow a settlement to proceed between Arkansas and the tobacco companies that signed the Master Settlement Agreement. The settlement ends a long-running dispute and restores certainty to the State?s annual payments from the 1998 Master Settlement Agreement.

In the agreement, Arkansas will receive its share of more than half of the money that has been held in escrow for nearly a decade as the dispute was ongoing.

The tobacco companies argued that Arkansas and certain other states had violated the Master Settlement Agreement by failing to diligently enforce state tobacco laws. The state disagreed with the assertion.

?The tobacco companies? challenge could have jeopardized the entire annual payments that the state receives, and with them, the important anti-smoking and public health efforts paid for by these funds,? McDaniel said. ?This settlement assures that we no longer face that risk. This year, the state?s annual payment will increase to its rightful amount for the first time in nearly a decade. In addition, the state will receive more than half of the disputed funds. This resolution allows us to move forward with certainty in regard to these vital health programs.?

Arkansas will receive the entire amount of settlement money that has been held in escrow, with the 2013 payment to be boosted by approximately $22.7 million. The state receives 54 cents of every dollar of the disputed payment amount, under the agreement. The tobacco companies take the rest as credits on future payments. It is possible that the state?s share will increase if other states join in the agreement.

Under terms of the MSA, Arkansas receives approximately $60 million per year.

McDaniel led the effort to reach the settlement, which was joined by 16 other states, including California, as well as the District of Columbia and Puerto Rico.

McDaniel served as co-chairman of the Tobacco Committee of the National Association of Attorneys General from 2010 to 2012, and he said he sees this settlement as "one of the most significant accomplishments of my entire service as Attorney General."

Tags: Master Settlement Agreement, Dustin McDaniel, tobacco

Speaking of...

  • Bills would limit humane-society activities in Arkansas

    March 7, 2013

    After years of contention, the legislature four years ago approved a new law against cruelty to animals, strengthening the penalties for offenders and bringing Arkansas more in line with other states on this issue. /more/
  • Monday night: The millionaire line

    February 4, 2013

    The line is open. Cleaning: * MILLION-DOLLAR WINNER: Stephen Weaver bought a $1 million winning lottery ticket at T Rick's in Pangburn, the Arkansas Lottery has announced. /more/
  • McDaniel's farewell

    January 30, 2013

    The 2014 race for governor was turned upside down Friday when Attorney General Dustin McDaniel announced he wouldn't run for governor. /more/
  • McDaniel describes decision; says he'll refund most money

    January 25, 2013

    Dustin McDaniel talks with Arkansas Times about his decision to leave the 2014 race for governor. /more/
  • McDaniel officially announces he's out of governor's race

    January 25, 2013

    The email: Dear Max, I sought public office to serve my fellow Arkansans and to lead on issues that matter to the State that I love. /more/
  • Bill Halter announces Democratic campaign for governor

    January 25, 2013

    With Dustin McDaniel's withdrawal from the 2014 race for governor not yet fully official, this e-mail arrives from Bud Jackson, political operative for Bill Halter: Little Rock - Former lieutenant governor Bill Halter will file paperwork next week to establish a campaign committee as the necessary first administrative step towards a campaign for governor in 2014. /more/
  • Dustin McDaniel leaves race for Arkansas governor?

    January 25, 2013

    A Republican friend (yes a Republic friend) has just e-mailed me to say Attorney General Dustin McDaniel is getting out of the race for governor. /more/
  • UPDATE: Andi Davis: No longer attorney on Malvern school case

    January 21, 2013

    When the 8th Circuit U.S. Court of Appeals heard arguments last week on the important case over the Arkansas school transfer law, news accounts noted that parents seeking the ability to transfer from Malvern to the whiter Magnet Cove School District were represented primarily by Jess Askew of the Williams and Anderson law firm in Little Rock. /more/
  • The Doom and Gloom Edition

    January 18, 2013

    All sorts of big legal and legislative developments that could dramatically alter public education in the state, gun craziness, terrible bills in the General Assembly and the latest on the U.S. Senate race?all covered on this week's podcast. /more/
  • McDaniel throws in with gun nuts

    January 18, 2013

    It's not too surprising, but disheartening just the same that the state's top legal officer, Attorney General Dustin McDaniel, has thrown in with the demagogues and dishonest Republicans who suggest, without giving any specifics, that any reaction to making guns safer is an assault on the Second Amendment. /more/
  • More ?
'); } else if (jQuery(this).attr("id") == "sortSelect"){ jQuery("#BlogComments .sortSpinner").show(); } var url = "/ArkansasBlog/archives/2013/03/14/tobacco-agreement-brings-227-million-to-arkansas"; 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/03/14/tobacco-agreement-brings-227-million-to-arkansas"; 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/03/14/tobacco-agreement-brings-227-million-to-arkansas

pro bowl victoria azarenka Royal Rumble 2013 senior bowl norovirus Coachella 2013 Eclampsia

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.