function SocialBookmarks(Indirizzo, Titolo)
{
  var I = encodeURIComponent(Indirizzo);
  var T = encodeURIComponent(Titolo);
  with (document)
  {
    write('<p style="font: bold 11px verdana;">Condividi nei Social Bookmarks</p>');
    write('<p>');
	  write('<a target="_blank" href="http://www.facebook.com/sharer.php?u=' + I + '&title=' + T + '"><img border="0" src="image/Facebook.gif" title="Aggiungi su Facebook"></a> ');
    write('<a target="_blank" href="http://www.google.it/bookmarks/mark?op=add&bkmk=' + I + '&title=' + T + '"><img border="0" src="image/google.gif" title="Aggiungi su Google Bookmark"></a> ');
    write('<a target="_blank" href="http://favorites.live.com/quickadd.aspx?marklet=1&url=' + I + '&title=' + T + '"><img border="0" src="image/live.gif" title="Aggiungi su Live.com"></a> ');
    write('<a target="_blank" href="http://bookmarks.excite.eu/add?url=' + I + '&title=' + T + '"><img border="0" src="image/excite.gif" title="Aggiungi su Excite Bookmark"></a> ');
    write('<a target="_blank" href="http://technorati.com/faves/?add=' + I + '"><img border="0" src="image/technorati.gif" title="Segnala su Technorati"></a> ');
    write('<a target="_blank" href="http://del.icio.us/post?url=' + I + '&title=' + T + '"><img border="0" src="image/delicious.gif" title="Segnala su Del.icio.us"></a> ');
    write('<a target="_blank" href="http://digg.com/submit?phase=2&url=' + I + '&title=' + T + '"><img border="0" src="image/digg.gif" title="Segnala su Digg"></a> ');
    write('<a target="_blank" href="http://furl.net/storeIt.jsp?u=' + I + '&t=' + T + '"><img border="0" src="image/furl.gif" title="Segnala su Furl"></a> ');
    write('<a target="_blank" href="http://segnalo.com/post.html.php?url=' + I + '&title=' + T + '"><img border="0" src="image/segnalo_it.gif" title="Segnala su Segnalo.it"></a> ');
    write('<a target="_blank" href="http://oknotizie.alice.it/post.html.php?url=' + I + '&title=' + T + '"><img border="0" src="image/oknotizie.gif" title="Segnala su OKNotizie"></a> ');
    write('<a target="_blank" href="http://fai.informazione.it/submit.aspx?url=' + I + '&title=' + T + '"><img border="0" src="image/informazione_it.gif" title="Segnala su Informazione.it"></a> ');
    write('<a target="_blank" href="http://www.upnews.it/submit?url=' + I + '&title=' + T + '"><img border="0" src="image/upnews.gif" title="Segnala su Upnews"></a>');
    write('<p>');
  }
}
