/*
 * http://share42.com
 * (c) 2011 Dimox
 */
function share42(u,t){if(!u)u=location.href;if(!t)t=document.title;u=encodeURIComponent(u);t=encodeURIComponent(t);var s=new Array('http://www.facebook.com/sharer.php?u='+u+'&t='+t+'" title="Поделиться в Facebook"','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://twitter.com/share?text='+t+'&url='+u+'" title="Добавить в Twitter"','http://vkontakte.ru/share.php?url='+u+'" title="Поделиться В Контакте"');document.write('<p style="text-align: right; padding: 10px 5px;">Поделиться: ');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(assets/js/social.png) -'+24*i+'px 0" href="'+s[i]+'" target="_blank"></a>');document.write('</p>')}
