if (encodeURIComponent) {
  urlhfs = encodeURIComponent(location.href);
  titlehfs = encodeURIComponent(document.title);
  tagshfs = encodeURIComponent('Hausfrauenseite');
  document.writeln('<p>&nbsp;</p><div id="sbhfs" align="left">');
  document.writeln('<b>F&uuml;r Deine sozialen Netzwerke</b><br>');
  document.writeln('<a target="_blank" href="http://de.facebook.com/sharer.php?u='+urlhfs+'&amp;t='+titlehfs+'"><img src="/sbpic/fb.gif" border="0" height="16" hspace="1" width="16" title="Facebook" alt="Facebook"></a> ');
  document.writeln('<a target="_blank" href="http://twitter.com/home?status='+urlhfs+'"><img src="/sbpic/twitter.gif" border="0" height="16" hspace="1" width="16" title="Twitter" alt="Twitter"></a> ');
  document.writeln('<a target="_blank" href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk='+urlhfs+'&amp;title='+titlehfs+'"><img src="/sbpic/google.gif" border="0" height="16" hspace="1" width="16" title="Google" alt="Google"></a> ');
  document.writeln('<a target="_blank" href="http://de.myspace.com/index.cfm?fuseaction=postto&amp;t='+titlehfs+'&amp;u='+urlhfs+'&amp;l=1&amp;c='+tagshfs+'"><img src="/sbpic/myspace.gif" border="0" height="16" hspace="1" width="16" title="MySpace" alt="MySpace"></a> ');
  document.writeln('<g:plusone annotation="inline"></g:plusone>');
  document.writeln('<script type="text/javascript"> (function() { var po = document.createElement("script"); po.type = "text/javascript"; po.async = true; po.src = "https://apis.google.com/js/plusone.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })(); </script>');
  document.writeln('</div><p>')


}


