var mybookmarks = document.getElementById('mybookmarks');
mybookmarks.innerHTML = '<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: -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: -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: -208px 0px;" href="http://technorati.com/faves?add=' + encodeURIComponent(location.href) + '" target="_blank" title="technorati.com"></a>' + '<a style="background-position: -336px 0px;" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&source_url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="www.blinkbits.com"></a>' + '<a style="background-position: -448px 0px;" href="http://www.furl.net/storeIt.jsp?u=' + encodeURIComponent(location.href) + '&t=' + encodeURIComponent(document.title) + '" target="_blank" title="www.furl.net"></a>' + '<a style="background-position: -512px 0px;" href="http://www.netvouz.com/action/submitBookmark?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="www.netvouz.com"></a>' + '<a style="background-position: -576px 0px;" href="http://www.simpy.com/simpy/LinkAdd.do?href=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '" target="_blank" title="www.simpy.com"></a>' + '<a style="background-position: -624px 0px;" href="http://www.stumbleupon.com/url/' + '" target="_blank" title="www.stumbleupon.com"></a>' + '<a style="background-position: -640px 0px;" href="http://www.squidoo.com/lensmaster/bookmark' + '" target="_blank" title="www.squidoo.com"></a>';