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(); ?> Washington Mutual Failure, JP Morgan Chase Buyout at spencerb.net



Washington Mutual Failure, JP Morgan Chase Buyout

When Monica and I moved to Chicago, I shopped around different banks in the city.  Bank of America had just bought LaSalle as a part of the ABN Amaro deal, so they had Chicago pretty well covered.  I considered Harris because it originated in Chicago, but it was bought out as well.  My TCF account of Minneapolis origins wouldn’t suffice anymore and ultimately I chose Washington Mutual.  Now my account is with Chase.  Based on location and focus on customer service (and an online savings account), I was convinced this was a great idea.  At the time, it was.  Even now, its not a horrible choice, the account is insured and I’ll soon be banking with Chase.  At least, I’ll have access to more ATMs…

I have some more serious thoughts on the financial crisis, but I’m working on a more serious and well-thought out post.

Now, the Washington Mutual webpage displays this message:

WaMu Customers, Welcome to JPMorgan Chase!

We’re proud to welcome you to one of the nation’s largest banks; as of September 25, 2008, All WaMu customer deposits are now deposits of JPMorgan Chase, one of the strongest financial institutions in the world.

WaMu customer deposits — including checking accounts, savings accounts and certificates of deposit — are now backed by the strength and security of JPMorgan Chase. JPMorgan Chase has more than $2 trillion in assets and is the largest depository bank in America.

Our combined company will offer superior banking convenience — over 5,400 branches and 14,000 ATMs in 23 states.”

[?]
Share This

Related posts:

  1. Politicking Our Economic Woes
  2. Wall Street Reform
  3. Financing the American Dream
  4. Bush’s Legacy Stuck with Lehman?
  5. Customer Service Shoutouts

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It