var link=encodeURIComponent("http://visualsite.paginegialle.it");
var testo="VisualSite2";
function shareFb() {
	window.open('http://www.facebook.com/sharer.php?u='+link+'&t='+testo,'facebook','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
};

function shareTwitter() {
	window.open('http://twitter.com/share?text='+testo+'&url='+link,'twitter','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
};

function shareDelicious() {
	window.open('http://del.icio.us/post?url='+link+'&title='+testo,'delicious','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
};

function shareDiggit() {
	window.open('http://digg.com/submit?phase=2&url='+link+'&title='+testo,'diggit','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
};

function shareYahoo() {
	testo = testo.replace(/%20/g,'+');
	testo = testo.replace(/%26/g,'e');
	testo = testo.replace('%C3%A0',"a");
	testo = testo.replace('%C3%AC',"i");
	testo = testo.replace('%C3%B2',"o");
	testo = testo.replace('%C3%A8',"e");
	testo = testo.replace('%C3%B9',"u");
	window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+url+'&t='+testo,'yahoo','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
};

function shareGoogle() {
	window.open('http://www.google.com/bookmarks/mark?op=add&bkmk='+link+'&title='+testo,'google','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
};

function shareMyspace() {
	window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+link+'&t='+testo,'myspace','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
};

function shareLinkedin() {
	window.open('http://www.linkedin.com/shareArticle?mini=true&url='+link+'&title='+testo+'&summary=&source=paginegialle','linkedin','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
};

function shareBlogger() {
	window.open('http://www.blogger.com/blog_this.pyra?t=&u='+link+'&n='+testo+'&summary=&source=paginegialle','linkedin','fullscreen=no,resizable=yes,width=626,height=436,scrollbars=yes');
	return false;
}

function shareEmail() {
	location.href='http://' + url+'/segnala';
	return false;
};

