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: -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: -144px 0px;" href="http://myscoop.ru/add/?URL=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="myscoop.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: -288px 0px;" href="http://smi2.ru/add/' + '" target="_blank" title="smi2.ru"></a>' + '<a style="background-position: -304px 0px;" href="http://zakladki.yandex.ru' + '" target="_blank" title="zakladki.yandex.ru"></a>';
