/**
 * @(#)addthis.js  1.0  2011-05-13
 *
 * Copyright (c) 2011 Walter Randelshofer
 * Hausmatt 10, CH-6405 Immensee, Switzerland
 * All rights reserved.
 *
 * The copyright of this software is owned by Walter Randelshofer. 
 * You may not use, copy or modify this software, except in  
 * accordance with the license agreement you entered into with  
 * Werner Randelshofer. For details see accompanying license terms. 
 *
 *
 * Original code by AddThis. 
 * "AddThis - The #1 Bookmarking & Sharing Service"
 * http://www.addthis.com
 */


function writeAddThis() {
  // AddThis Button: BEGIN
  document.write('<div class=\"addthis_toolbox addthis_default_style \">\n');
  
  // AddThis Preferred Buttons
  document.write('  <a class=\"addthis_button_preferred_1\"></a>\n');
  document.write('  <a class=\"addthis_button_preferred_2\"></a>\n');
  document.write('  <a class=\"addthis_button_preferred_3\"></a>\n');
  document.write('  <a class=\"addthis_button_preferred_4\"></a>\n');
  
  // AddThis Compact Buttons
  document.write('  <a class=\"addthis_button_compact\"></a>\n');
  
  // AddThis Bubble Style Buttons
  document.write('  <a class=\"addthis_counter addthis_bubble_style\"></a>\n');
  
  document.write('</div>\n');
  
  // AddThis Parameters
  document.write('<script type=\"text/javascript\">\n');
  document.write('  var addthis_config = {\"data_track_clickback\":true};\n');
  document.write('</script>');
  
  // AddThis Button: END
  document.write('<script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4dcd74651b554283\"></script>\n');
}
