/*
 * http://share42.com
 * Date: 30.08.2011
 * (c) 2011, Dimox
 */
function share42(f,u,t){if(!u)u=location.href;if(!t)t=document.title;u=encodeURIComponent(u);t=encodeURIComponent(t);document.write('<div id="share42">');var s=new Array('"http://www.facebook.com/sharer.php?u='+u+'&t='+t+'" title="Share to Facebook"','"http://www.linkedin.com/shareArticle?mini=true&url='+u+'&title='+t+'" title="Share to Linkedin"');for(i=0;i<s.length;i++)document.write('<a rel="nofollow" style="display:inline-block;width:24px;height:24px;margin:0 7px 7px 0;background:url('+f+'icons.png) -'+24*i+'px 0" href='+s[i]+' target="_blank"></a>');document.write('</div>');} 
