/*
 * Copyright (c) 2009 by WhitePages, Inc. All Rights Reserved.
 *
 * === Description
 *  Addthis specific functionality
 *
 * === Dependencies
 *  jquery
 *
 */


// Namespaces
whitepages.addthis = function() {}; 


/*
 * change_password
 *
 * REQUIRES:    jquery
 * DESCRIPTION: Enables and displays password fields
 *
 *
 */
whitepages.addthis.init = function() {
  addthis_pub = 'whitepagesinc';
  addthis_header_color = '#ffffff';
  addthis_header_background = '#000000';
  addthis_options = 'email, facebook, twitter, more';
  addthis_hover_delay = 200;
  data_track_linkbacks = true;
  service_exclude = 'print,amazonwishlist';
  addthis_share = {
    templates: {
      twitter: 'Check out {{title}}: {{url}} (@whitepages)'
    }
  };
}
