<!-- Bookmarks -->
var tit = document.title.split(" ");
var dtitle = encodeURI(document.title);
var links = new String ('');
links = '<a href="http://twitter.com/home/?status='+encodeURI(tit.join('+'))+'+'+document.location+'" target="_blank" title="'+dtitle+'" rel="nofollow"><img src="http://webstudio2u.net/images/twitter.png" border="0" width="18" height="18" alt="'+document.title+'" title="Добавить в Twitter" /></a>\n';
links = links + '   <a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl='+document.location+'&amp;lname='+dtitle+'" target="_blank" title="'+dtitle+'" rel="nofollow"><img src="http://webstudio2u.net/images/ya.png" width="18" height="18" alt="'+document.title+'" title="Добавить в Яндекс.Закладки" border="0" /></a>\n';
links = links + '   <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk='+document.location+'&amp;title='+dtitle+'" target="_blank" title="'+document.title+'" rel="nofollow"><img src="http://webstudio2u.net/images/google.png" width="18" height="18" alt="'+document.title+'" title="Добавить в закладки Google" border="0" /></a>\n';
links = links + '   <a href="http://memori.ru/link/?sm=1&amp;u_data[url]='+document.location+'&amp;u_data[name]='+dtitle+'" target="_blank" title="'+document.title+'" rel="nofollow"><img src="http://webstudio2u.net/images/memori.png" width="18" height="18" alt="'+document.title+'" title="Добавить в закладки в Memori" border="0" /></a>\n';
links = links + '   <a href="http://bobrdobr.ru/addext.html?url='+document.location+'&amp;title='+dtitle+'" target="_blank" title="'+document.title+'" rel="nofollow"><img src="http://webstudio2u.net/images/bobr.png" width="18" height="18" alt="'+document.title+'" title="Добавить в закладки БобрДобр" border="0" /></a>\n';
links = links + '   <a href="http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url='+document.location+'&amp;title='+dtitle+'" target="_blank" title="'+document.title+'" rel="nofollow"><img src="http://webstudio2u.net/images/delicious.png" width="18" height="18" alt="'+document.title+'" title="Добавить в закладки del.icio.us" border="0" /></a>\n';
links = links + '   <a href="https://skydrive.live.com/sharefavorite.aspx/.SharedFavorites?mkt=ru-ru&amp;url='+document.location+'&amp;title='+dtitle+'&amp;top=1" target="_blank" title="'+document.title+'" rel="nofollow"><img src="http://webstudio2u.net/images/live.png" width="18" height="18" alt="'+document.title+'" title="Добавить в закладки Live" border="0" /></a>\n';
links = links + '   <a href="http://feedburner.google.com/fb/a/mailverify?uri=Webstudio2u&amp;loc=ru_RU" target="_blank" title="'+document.title+'" rel="nofollow"><img src="http://webstudio2u.net/images/feedburner.png" width="18" height="18" alt="'+document.title+'" title="Подписаться на новости сайта. Feedburner" border="0" /></a>\n';
document.write ('<NOINDEX>'+links+'</NOINDEX>');
<!--/Bookmarks -->