$(document).ready(function(){
  permalink = encodeURIComponent(document.location);
  postitle  = encodeURIComponent(postitle);

  $('#social-bookmarks').html(
    // БобрДобр
    '<a class="bobrdobr" target="_blank" href="http://bobrdobr.ru/addext.html?url=' + permalink + '&title=' + postitle + '"></a>' +

    // Memori.ru
    '<a class="memory" target="_blank" href="http://memori.ru/link/?sm=1&u_data[url]=' + permalink + '&u_data[name]=' + postitle + '"></a>' +

    // Мистер Вонг
    '<a class="wong" target="_blank" href="http://www.mister-wong.ru/index.php?action=addurl&bm_url=' + permalink + '&bm_description=' + postitle + '"></a>' +

    // МоёМесто.ru
    '<a class="moemesto" target="_blank" href="http://moemesto.ru/post.php?url=' + permalink + '&title=' + postitle + '"></a>' +

    // Яндекс.Закладки
    '<a class="yandex" target="_blank" href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&lurl=' + permalink + '&lname=' + postitle + '"></a>' +

    // RuSpace
    '<a class="ruspace" target="_blank" href="http://www.ruspace.ru/index.php?link=bookmark&action=bookmarkNew&bm=1&url=' + permalink + '&title=' + postitle + '"></a>' +

    // MyScoop
    '<a class="myscoop" target="_blank" href="http://myscoop.ru/add/?URL=' + permalink + '&title=' + postitle + '"></a>' +

    // Google
    '<a class="google" target="_blank" href="http://www.google.com/bookmarks/mark?op=add&bkmk=' + permalink + '&title=' + postitle + '"></a>' +

    // News 2
    '<a class="news2" target="_blank" href="http://news2.ru/add_story.php?url=' + permalink + '"></a>' +

    // Newsland
    '<a class="newsland" target="_blank" href="http://www.newsland.ru/News/Add/"></a>' +

    // СМИ2
    '<a class="smi2" target="_blank" href="http://smi2.ru/add.php?url=' + permalink + '"></a>'
  );
});
