var mybookmarks = document.getElementById('mybookmarksdefault');
mybookmarks.innerHTML = '<p title="Добавить в социальные закладки"></p>' + '<a style="background-position: -16px 0px;" href="http://news2.ru/add_story.php?url=' + encodeURIComponent(location.href) + '" target="_blank" title="news2.ru"></a>' + '<a style="background-position: -32px 0px;" href="http://google.com/bookmarks/mark?op=edit&bkmk=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="google.com"></a>' + '<a style="background-position: -48px 0px;" href="http://bobrdobr.ru/add.html?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="bobrdobr.ru"></a>' + '<a style="background-position: -64px 0px;" href="http://memori.ru/link/?sm=1&u_data[url]=' + encodeURIComponent(location.href) + '&u_data[name]=' + encodeURIComponent(document.title) + '" target="_blank" title="memori.ru"></a>' + '<a style="background-position: -80px 0px;" href="http://moemesto.ru/post.php?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="moemesto.ru"></a>' + '<a style="background-position: -96px 0px;" href="http://mister-wong.ru/add_url/?bm_url=' + encodeURIComponent(location.href) + '&bm_description=' + encodeURIComponent(document.title) + '" target="_blank" title="mister-wong.ru"></a>' +  '<a style="background-position: -176px 0px;" href="http://newsland.ru/News/Add/type/news/' + '" target="_blank" title="newsland.ru"></a>' + '<a style="background-position: -304px 0px;" href="http://zakladki.yandex.ru' + '" target="_blank" title="zakladki.yandex.ru"></a>' + '<a style="background-position: -720px 0px;" href="https://favorites.live.com/quickadd.aspx?marklet=1&top=1&url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="favorites.live.com"></a>' + '<a style="background-position: -1440px 0px;" href="http://www.facebook.com/sharer.php?u=' + encodeURIComponent(location.href) + '&t=' + encodeURIComponent(document.title) + '" target="_blank" title="www.facebook.com"></a>' + '<a style="background-position: -1456px 0px;" href="http://www.myspace.com/Modules/PostTo/Pages/?u=' + encodeURIComponent(location.href) + '&t=' + encodeURIComponent(document.title) + '" target="_blank" title="www.myspace.com"></a>' + '<a style="background-position: -1648px 0px;" href="http://twitter.com/' + '" target="_blank" title="twitter.com"></a>' + '<a style="background-position: -1680px 0px;" href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=' + encodeURIComponent(location.href) + '&t=' + encodeURIComponent(document.title) + '" target="_blank" title="bookmarks.yahoo.com"></a>' + '<a style="background-position: -1872px 0px;" href="http://www.livejournal.com/update.bml?subject=' + encodeURIComponent(document.title) + '&event=' + encodeURIComponent(location.href) +'" target="_blank" title="ЖЖ"></a>'+ '<a style="background-position: -1888px 0px;" href="http://vkontakte.ru/share.php?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="Вконтакте.ру"></a>';
