/*
 * http://share42.com
 * (c) 2011 Dimox
 */
function share42(f,u,t,m1,m2){if(!u)u=location.href;if(!t)t=document.title;u=encodeURIComponent(u);t=encodeURIComponent(t);if(!m1)m1=150;if(!m2)m2=20;document.write('<div id="share42">');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.friendfeed.com/share?title='+t+' - '+u+'" title="Добавить в FriendFeed"','http://www.google.com/buzz/post?message='+t+'&url='+u+'" title="Добавить в Google Buzz"','http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+u+'&title='+t+'" title="Сохранить закладку в Google"','http://digg.com/submit?url='+u+'" title="Добавить в Digg"','http://reddit.com/submit?url='+u+'&title='+t+'" title="Добавить в Reddit"','http://delicious.com/save?url='+u+'&title='+t+'" title="Сохранить закладку в Delicious"','http://bookmarks.yahoo.com/toolbar/savebm?u='+u+'&t='+t+'" title="Добавить в Yahoo! Закладки"','http://www.myspace.com/Modules/PostTo/Pages/?u='+u+'&t='+t+'" title="Добавить в MySpace"','http://www.linkedin.com/shareArticle?mini=true&url='+u+'&title='+t+'" title="Добавить в Linkedin"','http://www.stumbleupon.com/submit?url='+u+'&title='+t+'" title="Добавить в StumbleUpon"','http://technorati.com/faves?add='+u+'&title='+t+'" title="Добавить в Technorati"','http://www.blogger.com/blog_this.pyra?t&u='+u+'&n='+t+'" title="Опубликовать в Blogger.com"','http://www.tumblr.com/share?v=3&u='+u+'&t='+t+'" title="Добавить в Tumblr"');for(i=0;i<s.length;i++)document.write('<a style="display:block;width:24px;height:24px;margin:0 0 6px;background:url(http://'+f+'icons.png) -'+24*i+'px 0" href="'+s[i]+'" target="_blank"></a>');document.write('</div>');window.onload=function(){var p=document.getElementById('share42');function m(){var top=Math.max(document.body.scrollTop,document.documentElement.scrollTop);if(top+m2<m1){p.style.top=m1-top+'px';}else{p.style.top=m2+'px';}}m();window.onscroll=m;}}
