/*
 * 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://digg.com/submit?url='+u+'" title="Share to Digg"','"http://www.facebook.com/sharer.php?u='+u+'&t='+t+'" title="Share to Facebook"','"http://twitter.com/share?text='+t+'&url='+u+'" title="Share to Twitter"','"http://www.lionwood-studios.com/rss.xml" title="Subscribe to RSS feed"');for(i=0;i<s.length;i++)document.write('<a rel="nofollow" style="display:inline-block;width:32px;height:32px;margin:0 7px 7px 0;background:url('+f+'icons.png) -'+32*i+'px 0" href='+s[i]+' target="_blank"></a>');document.write('</div>');} 
