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" rel="nofollow" href="http://www.google.it/bookmarks/mark?op=add&bkmk=' + I + '&title=' + T + '"><img border="0" src="img/icons/google.gif" title="Aggiungi su Google Bookmark" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://favorites.live.com/quickadd.aspx?marklet=1&url=' + I + '&title=' + T + '"><img border="0" src="img/icons/live.gif" title="Aggiungi su Live.com" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://bookmarks.excite.eu/add?url=' + I + '&title=' + T + '"><img border="0" src="img/icons/excite.gif" title="Aggiungi su Excite Bookmark" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://technorati.com/faves/?add=' + I + '"><img border="0" src="img/icons/technorati.gif" title="Segnala su Technorati" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://del.icio.us/post?url=' + I + '&title=' + T + '"><img border="0" src="img/icons/delicious.gif" title="Segnala su Del.icio.us" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://digg.com/submit?phase=2&url=' + I + '&title=' + T + '"><img border="0" src="img/icons/digg.gif" title="Segnala su Digg" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://furl.net/storeIt.jsp?u=' + I + '&t=' + T + '"><img border="0" src="img/icons/furl.gif" title="Segnala su Furl" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://segnalo.com/post.html.php?url=' + I + '&title=' + T + '"><img border="0" src="img/icons/segnalo_it.gif" title="Segnala su Segnalo.it" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://oknotizie.alice.it/post.html.php?url=' + I + '&title=' + T + '"><img border="0" src="img/icons/oknotizie.gif" title="Segnala su OKNotizie" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://fai.informazione.it/submit.aspx?url=' + I + '&title=' + T + '"><img border="0" src="img/icons/informazione_it.gif" title="Segnala su Informazione.it" /></a> ');
    write('<a target="_blank" rel="nofollow" href="http://www.upnews.it/submit?url=' + I + '&title=' + T + '"><img border="0" src="img/icons/upnews.gif" title="Segnala su Upnews" /></a> ');
	 write('<a target="_blank" rel="nofollow" href="http://www.wikio.it/vote?url=' + I +'"><img border="0" src="img/icons/wikio.gif" title="Segnala su Wikio" alt="wikio.gif" /></a> ');
	 write('<a target="_blank" rel="nofollow" href="http://www.technotizie.it/posta_ok?action=f2&amp;url=' + I +'&amp;title=' + T +'"><img border="0" src="img/icons/technotizie.png" alt="technotizie.png" title="Segnala su Technotizie" /></a> ');
	 write('<a target="_blank" rel="nofollow" href="http://www.pligg.it/login.php?return=/submit.php?url=' + I +'"><img border="0" src="img/icons/pligg.jpg" alt="pligg.jpg" title="Segnala su Pligg" /></a> ');
	write('<a target="_blank" rel="nofollow" href="http://www.sugiu.it/login.php?return=/submit.php?url=' + I +'"><img border="0" src="img/icons/sugiu.jpg" alt="sugiu.jpg" title="Segnala su SuGiu" /></a> ');
	write('<a target="_blank" rel="nofollow" href="http://ziczac.it/a/segnala?url=' + I +'"><img border="0" src="img/icons/zzsmall.png" alt="zzsmall.png" title="Segnala su ZicZac" /></a> ');
	write('<a target="_blank" rel="nofollow" href="http://www.diggita.it/submit.php?url=' + I +'"><img border="0" src="img/icons/diggita.gif" alt="diggita.gif" title="Segnala su Diggita" /></a> ');
    write('<p>');
  }
}
