function shareIcons(u,t){
document.write('<a rel="nofollow" class="shareIc fb" href="http://www.facebook.com/sharer.php?u='+u+'&t='+t+'" title="Поделиться в Facebook" target="_blank"></a>');
document.write('<a rel="nofollow" class="shareIc g" href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+u+'&title='+t+'" target="_blank"></a>');
document.write('<a rel="nofollow" class="shareIc gb" href="http://www.google.com/buzz/post?message='+t+'&url='+u+'" target="_blank"></a>');
document.write('<a rel="nofollow" class="shareIc lj" href="http://www.livejournal.com/update.bml?event='+u+'&subject='+t+'" target="_blank"></a>');
document.write('<a rel="nofollow" class="shareIc mr" href="http://connect.mail.ru/share?url='+u+'&title='+t+'" target="_blank"></a>');
document.write('<a rel="nofollow" class="shareIc tw" href="http://twitter.com/share?text='+t+'&url='+u+'" target="_blank"></a>');
document.write('<a rel="nofollow" class="shareIc vk" href="#" onclick="window.open(\'http://vkontakte.ru/share.php?url='+u+'\', \'_blank\', \'scrollbars=0, resizable=1, menubar=0, left=200, top=200, width=554, height=421, toolbar=0, status=0\');return false" title="Поделиться В Контакте" target="_blank"></a>');
document.write('<a rel="nofollow" class="shareIc ya" href="http://zakladki.yandex.ru/newlink.xml?url='+u+'&name='+t+'" target="_blank"></a>');

}
