function my_share(t,u)
{
	if (!u) u = location.href;
	if (!t) t = document.title;
	u=encodeURIComponent(u);
	t = encodeURIComponent(t);
var s=new Array(
'http://twitter.com/share?text='+t+'&url='+u+'" title="Добавить в Twitter"',
'http://www.facebook.com/sharer.php?u='+u+'&t='+t+'" title="Поделиться в Facebook"',
'http://www.google.com/buzz/post?message='+t+'&url='+u+'" title="Добавить в Google Buzz"',
'http://connect.mail.ru/share?share_url='+u+'&title='+t+'" title="Поделиться в Моем Мире"',
'http://vkontakte.ru/share.php?url='+u+'&title='+t+'" title="Поделиться ВКонтакте"',
'http://www.livejournal.com/update.bml?event='+u+'&subject='+t+'" title="Опубликовать в LiveJournal"',
'http://www.odnoklassniki.ru/dk?st.cmd=addShare&st._surl='+u+'&title='+t+'" title="Добавить в Одноклассники"',
'http://delicious.com/save?url='+u+'&title='+t+'" title="Сохранить закладку в Delicious"',
'http://bobrdobr.ru/add.html?url='+u+'&title='+t+'" title="Забобрить"',
'http://memori.ru/link/?sm=1&u_data[url]='+u+'&u_data[name]='+t+'" title="Сохранить закладку в Memori.ru"',
'http://zakladki.yandex.ru/newlink.xml?url='+u+'&name='+t+'" title="Добавить в Яндекс.Закладки"',
'http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+u+'&title='+t+'" title="Сохранить закладку в Google"'
);

for(i=0;i<s.length;i++)document.write('<a style="display:inline-block;width:24px;height:24px;margin:0 7px 0 0;background:url(/img/icons.png) -'+24*i+'px 0" href="'+s[i]+'" target="_blank"></a>');
}

