/*
 * http://share42.com
 * Date: 11.06.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);var s=new Array('"http://www.facebook.com/sharer.php?u='+u+'&t='+t+'" title="Share to Facebook"','"http://www.google.com/buzz/post?message='+t+'&url='+u+'" title="Share to Google Buzz"','"http://www.livejournal.com/update.bml?event='+u+'&subject='+t+'" title="Post to LiveJournal"','"http://www.myspace.com/Modules/PostTo/Pages/?u='+u+'&t='+t+'" title="Share to MySpace"','"http://twitter.com/share?text='+t+'&url='+u+'" title="Share to Twitter"');for(i=0;i<s.length;i++)document.write('<a rel="nofollow" style="display:inline-block;width:16px;height:16px;margin:0 7px 7px 0;background:url('+f+'icons.png) -'+16*i+'px 0" href='+s[i]+' target="_blank"></a>')}
