<!-- CONDIVIDI su altri siti -->
function e_friend()
{
	subj=document.title;
	loc=window.location.href;
	window.location="mailto:?subject="+subj+"&body="+loc;
}
function delicious()
{
	subj=document.title;
	loc=window.location.href;
	//window.location="http://del.icio.us/post?url="+loc+"&title="+subj;
	myurl="http://del.icio.us/post?url="+loc+"&title="+subj;
	newwindow=window.open (myurl, 'delicius');
}
function digg()
{
	subj=document.title;
	loc=window.location.href;
	window.location="http://digg.com/submit?phase=2&url="+loc+"&title="+subj;
}
function technorati()
{
	subj=document.title;
	loc=window.location.href;
	window.location="http://www.technorati.com/faves?add="+loc;
}
function magnolia()
{
	subj=document.title;
	loc=window.location.href;
	window.location="http://ma.gnolia.com/bookmarklet/add?url="+loc+"&title="+subj;
}
function live()
{
subj=document.title;
loc=window.location.href;
window.location="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url="+loc+"&title="+subj;
}
function segnalo()
{
	subj=document.title;
	loc=window.location.href;
	window.location="http://segnalo.alice.it/post.html.php?url="+loc+"&title="+subj;
}
function wikio()
{
	subj=document.title;
	loc=window.location.href;
	window.location="http://www.wikio.it/vote?url="+loc;
}
function oknotizie()
{
	subj=document.title;
	loc=window.location.href;
	window.location="http://oknotizie.alice.it/post.html.php?url="+loc+"&title="+subj;
}
function facebook()
{
	subj=document.title;
	loc=window.location.href;
	/*window.location="http://www.facebook.com/sharer.php?u="+loc+"&t="+subj;*/
	percorso="http://www.facebook.com/sharer.php?u="+loc+"&t="+subj;
	window.open(percorso,'Facebook');
}
function reporter()
{
	subj=document.title;
	loc=window.location.href;
	/*window.location="http://reporter.it.msn.com/?fn=contribute&Title="+subj+"&URL="+loc;*/
	percorso="http://reporter.it.msn.com/?fn=contribute&Title="+subj+"&URL="+loc;
	window.open(percorso,'Reporter');
}