PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> Health Care Battle at spencerb.net



Health Care Battle

Link:

[Coburn and Burr's] own bill overhauls the tax code, currently stacked in favor of corporate employees, to provide a tax credit to every American to purchase insurance. It expands health-savings accounts. It creates state health-insurance exchanges, where private insurers compete to cover Americans, including the uninsured. (This is partly modeled on the Medicare drug program, which has provided seniors with choice and held down costs.)

More broadly, it seeks to reorient financial incentives so that the system is no longer focused, as Mr. Coburn puts it, on “sick care,” but on preventing the chronic diseases that eat 75% of health expenditures. These incentives would be used to lower costs and discourage insurers from cherry-picking patients. The bill also dives into Medicare and Medicaid reform.

Digging through my drafts and wondering whatever happened to this? With all of this talk of bipartisanship and summits in DC, it seems like a lot of good ideas from ages ago (last May) just went ignored.

[?]
Share This

Related posts:

  1. On Liberty and Health Care
  2. Catching Up on a Few Articles
  3. I’m Not Convinced
  4. Telling Quote from the OMB
  5. Obama Appointees


Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It