$(document).ready(function() {
  var u = encodeURIComponent(location.href);
  var t = encodeURIComponent(document.title);
  var d = encodeURIComponent($('meta[name=description]').attr('content'));
  var k = encodeURIComponent($('meta[name=keywords]').attr('content'));

  $('a.facebook-share').live('click', function() {
    var href = 'http://www.facebook.com/sharer.php?u=' + u + '&t=' + t;
    $(this).attr('href', href);
    return !window.open(href);
  });

  $('a.google-bookmarks').live('click', function() {
    var href = 'http://www.google.com/bookmarks/mark?op=edit&bkmk=' + u + '&title=' + t + '&labels=' + k + '&annotation=' + d;
    $(this).attr('href', href);
    return !window.open(href);
  });
  $('a.google-buzz').live('click', function() {
    var href = 'http://www.google.com/buzz/post?url=' + u + '&title=' + t;
    $(this).attr('href', href);
    return !window.open(href);
  });
/*
  $('a.twitter-tweet').live('click', function() {
    var href = 'http://www.google.com/bookmarks/mark?op=edit&bkmk=' + u + '&title=' + t + '&labels=' + k + '&annotation=' + d;
    $(this).attr('href', href);
    return !window.open(href);
  });
*/

  $('a.linkuj-link').live('click', function() {
    var href = 'http://linkuj.cz/?id=linkuj&url=' + u + '&title=' + t;
    $(this).attr('href', href);
    return !window.open(href);
  });
});

(function() {
  var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  po.src = 'https://apis.google.com/js/plusone.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
