var mybookmarks = document.getElementById('mybookmarksdefault');
mybookmarks.innerHTML = '<p>Добавить в закладки: </p>' + '<a style="background-position: -0px 0px;" href="http://del.icio.us/post?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="del.icio.us"></a>' + '<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: -112px 0px;" href="http://rumarkz.ru/bookmarks/?action=add&popup=1&address=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="rumarkz.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: -192px 0px;" href="http://reddit.com/submit?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="reddit.com"></a>' + '<a style="background-position: -208px 0px;" href="http://technorati.com/faves?add=' + encodeURIComponent(location.href) + '" target="_blank" title="technorati.com"></a>' + '<a style="background-position: -224px 0px;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=' + encodeURIComponent(location.href) + '&t=' + encodeURIComponent(document.title) + '" target="_blank" title="myweb2.search.yahoo.com"></a>' + '<a style="background-position: -240px 0px;" href="http://digg.com/submit?url=' + encodeURIComponent(location.href) + '" target="_blank" title="digg.com"></a>' + '<a style="background-position: -304px 0px;" href="http://zakladki.yandex.ru' + '" target="_blank" title="zakladki.yandex.ru"></a>';
